Package | Description |
---|---|
viptool.base |
Modifier and Type | Method and Description |
---|---|
void |
IWorkbench.openFile(IAbstractFile file)
Opens the given file using the default file interpreter and the default
editor for displaying.
|
void |
IWorkbench.openFile(IAbstractFile file,
IFileInterpreterProvider fileInterpreterProvider)
Opens the given file using the file interpreter that is managed by the
given file interpreter provider.
|
void |
IWorkbench.openFile(IAbstractFile file,
IFileInterpreterProvider fileInterpreterProvider,
IEditorProvider editorProvider)
Opens the given file using the file interpreter managed by the given file
interpreter provider.
|
void |
IWorkbench.openFile(IFileInterpreter fileInterpreter)
Opens the file that is managed by the given file interpreter using the
default editor for this interpreter.
|