Package | Description |
---|---|
viptool.base | |
viptool.base.editor | |
viptool.base.error | |
viptool.base.io | |
viptool.base.io.event | |
viptool.project |
Modifier and Type | Method and Description |
---|---|
IEditor[] |
IWorkbench.findEditors(IAbstractFile file)
Returns an array of all editors that have currently opened the given
abstract file.
|
IEditor |
IWorkbench.findLockingEditor(IAbstractFile file)
Returns the editor that has currently locked the file or null if the file
isn't locked.
|
IEditor[] |
IWorkbench.getOpenEditors()
Returns an array of all opened editors.
|
Modifier and Type | Method and Description |
---|---|
void |
IWorkbench.closeEditor(IEditor editor,
boolean force)
Closes the editor.
|
void |
IWorkbench.openEditor(IEditor editor)
Opens the given editor.
|
Modifier and Type | Class and Description |
---|---|
class |
Editor
An Editor is a window that gives access to the information from a file.
|
Modifier and Type | Method and Description |
---|---|
IEditor |
IEditorProvider.createEditor(IFileInterpreter fileInterpreter)
Creates a new editor that can display files of this editor provider.
|
Modifier and Type | Method and Description |
---|---|
IEditor |
EditorException.getEditor() |
Constructor and Description |
---|
EditorException(IEditor editor) |
EditorException(IEditor editor,
String message) |
EditorException(IEditor editor,
String message,
Throwable throwable) |
EditorException(IEditor editor,
Throwable throwable) |
EditorNotAcceptedException(IFileInterpreter file,
IEditor editor) |
EditorNotAcceptedException(IFileInterpreter file,
IEditor editor,
String message) |
EditorNotAcceptedException(IFileInterpreter file,
IEditor editor,
String message,
Throwable throwable) |
EditorNotAcceptedException(IFileInterpreter file,
IEditor editor,
Throwable throwable) |
EditorNotOpenedException(IEditor editor) |
EditorNotOpenedException(IEditor editor,
String message) |
EditorNotOpenedException(IEditor editor,
String message,
Throwable throwable) |
EditorNotOpenedException(IEditor editor,
Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
protected void |
FileInterpreter.fireLoadEvent(IEditor editor)
This method notifies all file interpreter listeners that the interpreter
has loaded a file.
|
protected void |
FileInterpreter.fireSavedEvent(IEditor editor)
This method notifies all file interpreter listeners that the interpreter
has saved changes to the file.
|
Modifier and Type | Method and Description |
---|---|
IEditor |
IFileIOEvent.getEditor() |
Constructor and Description |
---|
IFileIOEvent(IAbstractFile file,
IEditor editor) |
Modifier and Type | Method and Description |
---|---|
IEditor |
AbstractFolder.getCurrentEditor() |
IEditor[] |
AbstractFolder.getEditors() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFolder.addEditor(IEditor editor) |
void |
AbstractFolder.releaseLock(IEditor editor) |
void |
AbstractFolder.removeEditor(IEditor editor) |
void |
AbstractFolder.requestLock(IEditor editor) |