Package | Description |
---|---|
viptool.base | |
viptool.base.editor | |
viptool.base.error | |
viptool.base.io | |
viptool.base.wizard | |
viptool.project | |
viptool.util |
Modifier and Type | Method and Description |
---|---|
void |
IWorkbench.openFile(IFileInterpreter fileInterpreter)
Opens the file that is managed by the given file interpreter using the
default editor for this interpreter.
|
Modifier and Type | Method and Description |
---|---|
IFileInterpreter |
IEditor.getFileInterpreter()
Returns the assigned file interpreter.
|
IFileInterpreter |
Editor.getFileInterpreter() |
Modifier and Type | Method and Description |
---|---|
IEditor |
IEditorProvider.createEditor(IFileInterpreter fileInterpreter)
Creates a new editor that can display files of this editor provider.
|
IEditorProvider |
IEditorManager.getDefaultEditorProvider(IFileInterpreter fileInterpreter)
Returns the default editor for the given file interpreter.
|
IEditorProvider[] |
IEditorManager.getMatchingEditorProviders(IFileInterpreter fileInterpreter)
Returns all editor providers that would accept the given file
interpreter.
|
void |
Editor.open(IFileInterpreter file) |
Modifier and Type | Method and Description |
---|---|
IFileInterpreter |
EditorNotAcceptedException.getAbstractFile() |
IFileInterpreter |
FileInterpreterException.getFileInterpreter() |
Constructor and Description |
---|
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) |
FileInterpreterException(IFileInterpreter fileInterpreter) |
FileInterpreterException(IFileInterpreter fileInterpreter,
String message) |
FileInterpreterException(IFileInterpreter fileInterpreter,
String message,
Throwable throwable) |
FileInterpreterException(IFileInterpreter fileInterpreter,
Throwable throwable) |
Modifier and Type | Class and Description |
---|---|
class |
FileInterpreter
This is an implementation of the IFileInterpreter interface and implements
some of the interface methods.
|
Modifier and Type | Method and Description |
---|---|
IFileInterpreter |
IFileInterpreterProvider.createFromFile(IAbstractFile file)
Creates a abstract file based on the given folder and file.
|
IFileInterpreter |
IFileInterpreterProvider.createNewFile(IAbstractFile file)
Should create a new file that matches the file type.
|
Modifier and Type | Method and Description |
---|---|
IFileInterpreter |
NewFileWizard.getCreatedFile() |
Modifier and Type | Interface and Description |
---|---|
interface |
IProject
A project is a container for several files and folders.
|
interface |
IWorkspace
This interface is the base of a workspace.
|
Modifier and Type | Method and Description |
---|---|
IFileInterpreter |
ClassFileInterpreter.createFromFile(IAbstractFile file) |
IFileInterpreter |
ClassFileInterpreter.createNewFile(IAbstractFile file) |