Package | Description |
---|---|
viptool.base.gui.toolbar | |
viptool.base.gui.toolbar.event |
Modifier and Type | Method and Description |
---|---|
IExtendedToolBar |
IToolBarTemplate.createToolBar(int instance)
Creates a concrete instance of the template.
|
IExtendedToolBar |
IToolBarTemplate.createToolBar(int instance,
IActionFilter filter) |
IExtendedToolBar |
IToolBarTemplate.createToolBar(int instance,
IActionFilter filter,
IActionPostProcessor postProcessor) |
Modifier and Type | Method and Description |
---|---|
IExtendedToolBar |
ExtendedToolBarEvent.getToolBarTemplate()
Returns the menu template that has fired the event.
|
Constructor and Description |
---|
ExtendedToolBarEvent(IExtendedToolBar toolBar,
String id)
Constructs a new template toolbar event.
|
ExtendedToolBarEvent(IExtendedToolBar toolBar,
String id,
String container,
String insertAt,
int seek)
Constructs a new template toolbar event.
|