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/HTMLTextField.java

    r1012 r1278  
    1919/** 
    2020 * <p> 
    21  * TODO comment 
     21 * a representation for a text field on a web page. 
    2222 * </p> 
    2323 *  
     
    2626public class HTMLTextField extends HTMLPageElement implements ITextField { 
    2727 
    28     /**  */ 
     28    /** 
     29     * <p> 
     30     * default serial version UID 
     31     * </p> 
     32     */ 
    2933    private static final long serialVersionUID = 1L; 
    3034 
    3135    /** 
    3236     * <p> 
    33      * TODO: comment 
     37     * initializes the text field with its specification and its parent 
    3438     * </p> 
    3539     * 
    36      * @param specification 
    37      * @param parent 
     40     * @param specification the specification for the represented tag 
     41     * @param parent        the parent of the GUI element 
    3842     */ 
    3943    public HTMLTextField(HTMLPageElementSpec specification, HTMLGUIElement parent) { 
     
    4145    } 
    4246 
    43     /* 
    44      * (non-Javadoc) 
    45      *  
     47    /* (non-Javadoc) 
    4648     * @see de.ugoe.cs.autoquest.plugin.html.guimodel.HTMLGUIElement#getElementDescriptor() 
    4749     */ 
Note: See TracChangeset for help on using the changeset viewer.