Package | Description |
---|---|
viptool.base.action | |
viptool.base.editor | |
viptool.base.gui | |
viptool.base.gui.menu | |
viptool.base.gui.toolbar | |
viptool.console |
Modifier and Type | Class and Description |
---|---|
class |
WindowAction<T extends IWindow>
An Action that manages a which window it belongs to
|
class |
WindowActionPostProcessor<T extends IWindow> |
Modifier and Type | Method and Description |
---|---|
IWindow |
WindowAction.getWindow() |
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 |
IChildWindow
All child windows that should be managed by the extended pane must implement
this interface.
|
interface |
INonCloseableChildWindow |
interface |
INonFocusableChildWindow |
interface |
IView |
Modifier and Type | Method and Description |
---|---|
JMenuBar |
IMenuBarManager.createMenuBar(String id,
IWindow window)
Creates a concrete instance of the template that was specified by the id
parameter.
|
Modifier and Type | Method and Description |
---|---|
JToolBar |
IToolBarManager.createToolBar(String id,
IWindow window)
Creates a concrete instance of the template that was specified by the id
parameter.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IConsole
Interface for all types of consoles.
|