Package | Description |
---|---|
viptool.base | |
viptool.base.editor | |
viptool.base.gui | |
viptool.console |
Modifier and Type | Method and Description |
---|---|
void |
IWorkbench.closeWindow(IChildWindow window,
boolean force)
Closes the window.
|
void |
IWorkbench.selectWindow(IChildWindow window)
selects the given window
|
boolean |
IWorkbench.windowIsSelected(IChildWindow window)
checks weather the given window is selected
|
Modifier and Type | Interface and Description |
---|---|
interface |
IEditor
This interface is for all editors in the viptool.
|
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 | Interface and Description |
---|---|
interface |
INonCloseableChildWindow |
interface |
INonFocusableChildWindow |
interface |
IView |
Modifier and Type | Interface and Description |
---|---|
interface |
IConsole
Interface for all types of consoles.
|