org.grinvin.workspace
Class GrinvinWindowWrapper
- Wrapper<C>
public class GrinvinWindowWrapper
Wrapper for the main GrInvIn window.
GrinvinWindow create
public @Override GrinvinWindow create()
Create all top level windows
and add them to the menus of the main window.
GrinvinWindow load
public @Override GrinvinWindow load(Element element,
SectionLoader sloader)
throws IOException
Load this window and all dependent windows.
getElementName
public String getElementName()
Return the XML-element name by which this type of wrapper is identified
within its parent.
- getElementName in interface Wrapper<C>
setTempWindowMap
public void setTempWindowMap(Map tempWindowMap)
void save
public @Override void save(GrinvinWindow window,
Element parent,
SectionSaver ssaver)
throws IOException
Save this window and all dependent windows.