Interface | Description |
---|---|
IActionFilter | |
IActionHandler |
The action handler manages all actions in viptool.
|
IActionPostProcessor | |
INonModAction |
This interface should be implemented by all actions which didn't modify the
graph.
|
Class | Description |
---|---|
AbstractFileSelectionAction | |
ContainerAction |
The ContainerAction doesn't perform an action.
|
EmptyAction | |
ExtendedAction |
ExtendedAction is the base class for all actions in viptool.
|
ExtendedToolbarAction | |
PlaceHolderAction | |
SelectionAction | |
SeparatorAction | |
WindowAction<T extends IWindow> |
An Action that manages a which window it belongs to
|
WindowActionPostProcessor<T extends IWindow> |