Package | Description |
---|---|
viptool.base.gui.menu | |
viptool.base.gui.menu.event |
Modifier and Type | Interface and Description |
---|---|
interface |
IExtendedContextMenu |
interface |
IExtendedMenuBar |
Modifier and Type | Method and Description |
---|---|
IExtendedMenu |
IMenuTemplate.createMenu(int instance)
Creates a concrete instance of the template.
|
IExtendedMenu |
IMenuTemplate.createMenu(int instance,
IActionFilter filter) |
IExtendedMenu |
IMenuTemplate.createMenu(int instance,
IActionFilter filter,
IActionPostProcessor postProcessor) |
Constructor and Description |
---|
ExtendedMenuEvent(IExtendedMenu menu,
String id)
Constructs a new template menu event.
|
ExtendedMenuEvent(IExtendedMenu menu,
String id,
String container,
String insertAt,
int seek)
Constructs a new template menu event.
|