org.grinvin.workspace
Class EditorWindowWrapper
- Wrapper<C>
public class EditorWindowWrapper
Wrapper for the EditorWindow
@Override | GraphEditor create()
|
@Override | GraphEditor load(Element element, File directory) - Load the editor window, its graph list, the graph being edited
and the guides tool configuration.
|
String | getElementName()
|
@Override | void dispose(GraphEditor window) - Dispose of the editor window and the associated guides tool
|
@Override | void save(GraphEditor window, Element parent, File directory) - Load 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,
File directory)
throws IOException
Load the editor window, its graph list, the graph being edited
and the guides tool configuration.
void dispose
public @Override void dispose(GraphEditor window)
Dispose of the editor window and the associated guides tool
void save
public @Override void save(GraphEditor window,
Element parent,
File directory)
throws IOException
Load the editor window, its graph list, the graph being edited
and the guides tool configuration.