Ignore:
Timestamp:
07/26/13 09:35:22 (11 years ago)
Author:
pharms
Message:
  • added some Java Docs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/guimodel/HTMLNonGUITag.java

    r1223 r1278  
    1919/** 
    2020 * <p> 
    21  * TODO comment 
     21 * A representation for HTML tags, which are no real GUI elements a user can interact with. Examples 
     22 * are param or formatting tags 
    2223 * </p> 
    2324 *  
     
    2627public class HTMLNonGUITag extends HTMLPageElement implements IGUIElement { 
    2728 
    28     /**  */ 
     29    /** 
     30     * <p> 
     31     * default serial version UID 
     32     * </p> 
     33     */ 
    2934    private static final long serialVersionUID = 1L; 
    3035 
    3136    /** 
    3237     * <p> 
    33      * TODO: comment 
     38     * initializes the dummy representation with its specification and its parent 
    3439     * </p> 
    3540     * 
    36      * @param specification 
    37      * @param parent 
     41     * @param specification the specification for the represented tag 
     42     * @param parent        the parent of the GUI element 
    3843     */ 
    3944    public HTMLNonGUITag(HTMLPageElementSpec specification, HTMLGUIElement parent) { 
     
    4146    } 
    4247 
    43     /* 
    44      * (non-Javadoc) 
    45      *  
     48    /* (non-Javadoc) 
    4649     * @see de.ugoe.cs.autoquest.plugin.html.guimodel.HTMLGUIElement#getElementDescriptor() 
    4750     */ 
Note: See TracChangeset for help on using the changeset viewer.