org.grinvin.workspace
Class EditorWindowWrapper
- Wrapper<C>
public class EditorWindowWrapper
Wrapper for the EditorWindow
@Override | GraphEditor create()
|
@Override | GraphEditor load(Element element, SectionLoader sloader) - Load the editor window, its graph list, the graph being edited
and the guides tool configuration.
|
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) - Save the editor window, its graph list, the graph being edited
and the guides tool configuration.
|
GraphEditor create
public @Override GraphEditor create()
GraphEditor load
public @Override GraphEditor load(Element element,
SectionLoader sloader)
throws IOException
Load the editor window, its graph list, the graph being edited
and the guides tool configuration.
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>
void save
public @Override void save(GraphEditor window,
Element parent,
SectionSaver ssaver)
throws IOException
Save the editor window, its graph list, the graph being edited
and the guides tool configuration.