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.LoggingWindowWrapper
public class LoggingWindowWrapper
Method Summary | |
@Override | |
String |
|
LoggingWindow |
|
void |
|
Methods inherited from class org.grinvin.workspace.DefaultWindowWrapper<W,extends,Window> | |
baseElement , create , dispose , load , loadWindowProperties , save , saveWindowProperties |
public @Override LoggingWindow create()
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 LoggingWindow load(Element element, SectionLoader sloader) throws IOException
This implementation creates the window usingDefaultWindowWrapper.create()
and sets window bounds and visibility from the information in the workspace XML-file.
- Specified by:
- load in interface Wrapper<C>
- Overrides:
- load in interface DefaultWindowWrapper<W,extends,Window>