Ignore:
Timestamp:
08/23/12 14:07:41 (12 years ago)
Author:
pharms
Message:
  • added reference to parent nodes to GUI elements
File:
1 edited

Legend:

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

    r595 r603  
    3030     * TODO comment 
    3131     * </p> 
     32     */ 
     33    public IGUIElement getParent(); 
     34 
     35    /** 
     36     * <p> 
     37     * TODO comment 
     38     * </p> 
    3239     *   
    3340     * @param other 
    3441     * @return 
    3542     */ 
    36     public boolean equals(IGUIElement other); 
     43    public boolean equals(Object other); 
    3744 
    3845    /** 
Note: See TracChangeset for help on using the changeset viewer.