Package | Description |
---|---|
viptool.base | |
viptool.console |
Modifier and Type | Method and Description |
---|---|
IView[] |
IWorkbench.getOpenViews()
Returns an array of all opened views.
|
Modifier and Type | Method and Description |
---|---|
void |
IWorkbench.closeView(IView view,
boolean force)
Closes the view.
|
void |
IWorkbench.openView(IView view)
Opens the given view.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IConsole
Interface for all types of consoles.
|