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.GrinvinWindowWrapper_1_0
public class GrinvinWindowWrapper_1_0
Constructor Summary | |
|
Method Summary | |
@Override |
|
GrinvinWindow |
|
String |
|
void |
|
Methods inherited from class org.grinvin.workspace.DefaultWindowWrapper<W,extends,Window> | |
baseElement , create , dispose , load , loadWindowProperties , save , saveWindowProperties |
public @Override GrinvinWindow load(Element element, SectionLoader sloader) throws IOException
public GrinvinWindow 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 void save(GrinvinWindow component, Element parent, SectionSaver ssaver) throws IOException