Package | Description |
---|---|
viptool.base.action | |
viptool.base.gui.menu | |
viptool.base.gui.toolbar |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileSelectionAction |
class |
ContainerAction
The ContainerAction doesn't perform an action.
|
class |
EmptyAction |
class |
ExtendedToolbarAction |
class |
PlaceHolderAction |
class |
SelectionAction |
class |
SeparatorAction |
class |
WindowAction<T extends IWindow>
An Action that manages a which window it belongs to
|
Modifier and Type | Method and Description |
---|---|
ExtendedAction |
IActionHandler.getAction(int instance,
String id)
Returns an action from the action handler.
|
ExtendedAction |
IActionHandler.getAction(String id)
Returns the template action with the given id.
|
Modifier and Type | Method and Description |
---|---|
void |
IActionHandler.addAction(ExtendedAction action)
Adds the given action to the action handler.
|
boolean |
IActionFilter.matchesFilter(ExtendedAction action) |
void |
WindowActionPostProcessor.processAction(ExtendedAction action) |
void |
IActionPostProcessor.processAction(ExtendedAction action) |
Modifier and Type | Method and Description |
---|---|
ExtendedAction |
IExtendedMenu.addMenuItem(String id,
String container,
String insertAt,
int seek) |
ExtendedAction |
IExtendedMenu.removeMenuItem(String id) |
Modifier and Type | Method and Description |
---|---|
ExtendedAction |
IExtendedToolBar.addToolBarItem(String id,
String group,
String insertAt,
int seek) |
ExtendedAction |
IExtendedToolBar.removeToolBarItem(String id) |