Ignore:
Timestamp:
09/20/12 09:40:26 (12 years ago)
Author:
sherbold
Message:
  • code documentation and clean-up
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-core-events/src/main/java/de/ugoe/cs/quest/eventcore/guimodel/IGUIElementFactory.java

    r655 r831  
    33/** 
    44 * <p> 
    5  * TODO comment 
     5 * Common interface for GUI element factories.  
    66 * </p> 
    77 *  
    8  * @version $Revision: $ $Date: 17.08.2012$ 
    9  * @author 2012, last modified by $Author: pharms$ 
     8 * @version 1.0 
     9 * @author Patrick Harms 
    1010 */ 
    1111public interface IGUIElementFactory { 
     
    1313    /** 
    1414     * <p> 
    15      * TODO: comment 
     15     * Instantiates a new {@link IGUIElement} from a given specification. 
    1616     * </p> 
    17      * 
     17     *  
    1818     * @param specification 
    19      * @return 
     19     *            specification of the new GUI element 
     20     * @param parent 
     21     *            parent of the new GUI element 
     22     * @return created GUI element 
     23     * @throws GUIModelConfigurationException 
     24     *             thrown if there is a problem during the creation of the GUI element 
    2025     */ 
    2126    public IGUIElement instantiateGUIElement(IGUIElementSpec specification, IGUIElement parent) 
Note: See TracChangeset for help on using the changeset viewer.