Ignore:
Timestamp:
10/30/12 14:02:07 (12 years ago)
Author:
pharms
Message:
  • refined HTML GUI model to also include explicitely the server and the page
File:
1 edited

Legend:

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

    r950 r961  
    2424 * @author Patrick Harms 
    2525 */ 
    26 public class HTMLPanel extends HTMLGUIElement implements IPanel { 
     26public class HTMLPanel extends HTMLPageElement implements IPanel { 
    2727 
    2828    /**  */ 
     
    3737     * @param parent 
    3838     */ 
    39     public HTMLPanel(HTMLGUIElementSpec specification, HTMLGUIElement parent) { 
     39    public HTMLPanel(HTMLPageElementSpec specification, HTMLGUIElement parent) { 
    4040        super(specification, parent); 
    4141    } 
Note: See TracChangeset for help on using the changeset viewer.