Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.grinvin.workspace.DefaultWindowWrapper<W,extends,Window>
org.grinvin.workspace.compat.ConjecturingWindowWrapper
public class ConjecturingWindowWrapper
Constructor Summary | |
Method Summary | |
WorksheetWindow |
|
String |
|
WorksheetWindow |
|
Methods inherited from class org.grinvin.workspace.DefaultWindowWrapper<W,extends,Window> | |
baseElement , create , dispose , load , loadWindowProperties , save , saveWindowProperties |
public WorksheetWindow create()
Create the subcomponent(s) managed by this wrapper. This is typically called when the system is started with no persisted workspace available.
- Specified by:
- create in interface Wrapper<C>
- Overrides:
- create in interface DefaultWindowWrapper<W,extends,Window>
- Returns:
- the newly created subcomponent
public String getElementName()
Return the XML-element name by which this type of wrapper is identified within its parent.
- Specified by:
- getElementName in interface Wrapper<C>
public WorksheetWindow load(Element element, SectionLoader sloader) throws IOException
Load the window, its graph list and its invariaht list.
- Specified by:
- load in interface Wrapper<C>
- Overrides:
- load in interface DefaultWindowWrapper<W,extends,Window>