Package | Description |
---|---|
viptool.base.editor |
Modifier and Type | Method and Description |
---|---|
protected void |
Editor.assertOpened()
Checks whether the file was opened in the editor or not.
|
IAbstractFile |
IEditor.getAbstractFile()
Returns the abstract file that was loaded into the editor.
|
IAbstractFile |
Editor.getAbstractFile() |
IFileInterpreter |
IEditor.getFileInterpreter()
Returns the assigned file interpreter.
|
IFileInterpreter |
Editor.getFileInterpreter() |
boolean |
IEditor.isModified()
Returns true when the editor has changed the file and not written the
changes yet.
|
boolean |
Editor.isModified() |
void |
IEditor.save()
This method saves the current opened file.
|
void |
Editor.save() |