Changeset 849 for trunk/quest-plugin-jfc
- Timestamp:
- 09/21/12 14:21:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-plugin-jfc/src/main/java/de/ugoe/cs/quest/plugin/jfc/guimodel/JFCGUIElementSpec.java
r835 r849 287 287 * </p> 288 288 * 289 * @param n ame289 * @param newName 290 290 * the name 291 291 */ … … 305 305 * </p> 306 306 * 307 * @param t itle308 * the t itle307 * @param type 308 * the type 309 309 */ 310 310 public void setType(String type) { … … 341 341 * </p> 342 342 * 343 * @param elementHash344 * the element Hash343 * @param newElementHash 344 * the element hash 345 345 */ 346 346 public void setElementHash(int newElementHash) {
Note: See TracChangeset
for help on using the changeset viewer.