Class ToolbarMerge
java.lang.Object
com.inductiveautomation.ignition.designer.model.menu.AbstractMenuMerge
com.inductiveautomation.ignition.designer.model.menu.ToolbarMerge
- All Implemented Interfaces:
IMenuMergeModel
-
Field Summary
Fields inherited from class com.inductiveautomation.ignition.designer.model.menu.AbstractMenuMerge
currentImplicitGroup, displayKey, groups, icon, log, menuId, name
-
Constructor Summary
ConstructorsConstructorDescriptionToolbarMerge
(String name) Creates a toolbar merge for the given named toolbarToolbarMerge
(String name, String display) -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(int separatorGroup, IMenuMergeModel item) Adds a new menu merge model to the specified group numbervoid
add
(int separatorGroup, AbstractButton button) void
Adds a new action, wrapped in aActionMenuItemMerge
, to the specified group numbervoid
add
(AbstractButton button) protected void
addSeparator
(JComponent menu) Subclasses must define how "separator" components get added to the parent menu item.Create the parent menu item represented by this object, that all of its children should be contained in.Methods inherited from class com.inductiveautomation.ignition.designer.model.menu.AbstractMenuMerge
add, add, addSeparator, getMenuId, getName, install, iterate, setMenuId, uninstall
-
Constructor Details
-
ToolbarMerge
Creates a toolbar merge for the given named toolbar -
ToolbarMerge
-
-
Method Details
-
add
-
add
-
add
Description copied from class:AbstractMenuMerge
Adds a new action, wrapped in aActionMenuItemMerge
, to the specified group number- Overrides:
add
in classAbstractMenuMerge
-
addSeparator
Description copied from class:AbstractMenuMerge
Subclasses must define how "separator" components get added to the parent menu item.- Specified by:
addSeparator
in classAbstractMenuMerge
-
createMenu
Description copied from class:AbstractMenuMerge
Create the parent menu item represented by this object, that all of its children should be contained in.- Specified by:
createMenu
in classAbstractMenuMerge