Ignore:
Timestamp:
09/21/12 14:21:00 (12 years ago)
Author:
sherbold
Message:
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  
    287287     * </p> 
    288288     *  
    289      * @param name 
     289     * @param newName 
    290290     *            the name 
    291291     */ 
     
    305305     * </p> 
    306306     *  
    307      * @param title 
    308      *            the title 
     307     * @param type 
     308     *            the type 
    309309     */ 
    310310    public void setType(String type) { 
     
    341341     * </p> 
    342342     *  
    343      * @param elementHash 
    344      *            the elementHash 
     343     * @param newElementHash 
     344     *            the element hash 
    345345     */ 
    346346    public void setElementHash(int newElementHash) { 
Note: See TracChangeset for help on using the changeset viewer.