org.grinvin.workspace.compat

Class EditorWindowWrapper_1_0

Implemented Interfaces:
Wrapper<C>

public class EditorWindowWrapper_1_0
extends DefaultWindowWrapper<W,extends,Window>

Method Summary

@Override
GraphEditor create()
@Override
GraphEditor load(Element element, SectionLoader sloader)
String
getElementName()
Return the XML-element name by which this type of wrapper is identified within its parent.
@Override
void save(GraphEditor window, Element parent, SectionSaver ssaver)

Methods inherited from class org.grinvin.workspace.DefaultWindowWrapper<W,extends,Window>

baseElement, create, dispose, load, loadWindowProperties, save, saveWindowProperties

Method Details

GraphEditor create

public @Override GraphEditor create()

GraphEditor load

public @Override GraphEditor load(Element element,
                                  SectionLoader sloader)
            throws IOException

getElementName

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>

void save

public @Override void save(GraphEditor window,
                           Element parent,
                           SectionSaver ssaver)
            throws IOException