Class ToolbarMerge
java.lang.Object
com.inductiveautomation.ignition.designer.model.menu.AbstractMenuMerge
com.inductiveautomation.ignition.designer.model.menu.ToolbarMerge
- All Implemented Interfaces:
- IMenuMergeModel
- 
Field SummaryFields inherited from class com.inductiveautomation.ignition.designer.model.menu.AbstractMenuMergecurrentImplicitGroup, displayKey, groups, icon, log, menuId, name
- 
Constructor SummaryConstructorsConstructorDescriptionToolbarMerge(String name) Creates a toolbar merge for the given named toolbarToolbarMerge(String name, String display) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidadd(int separatorGroup, IMenuMergeModel item) Adds a new menu merge model to the specified group numbervoidadd(int separatorGroup, AbstractButton button) voidAdds a new action, wrapped in aActionMenuItemMerge, to the specified group numbervoidadd(AbstractButton button) protected voidaddSeparator(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.AbstractMenuMergeadd, add, addSeparator, getMenuId, getName, install, iterate, setMenuId, uninstall
- 
Constructor Details- 
ToolbarMergeCreates a toolbar merge for the given named toolbar
- 
ToolbarMerge
 
- 
- 
Method Details
- 
add
- 
add
- 
addDescription copied from class:AbstractMenuMergeAdds a new action, wrapped in aActionMenuItemMerge, to the specified group number- Overrides:
- addin class- AbstractMenuMerge
 
- 
addSeparatorDescription copied from class:AbstractMenuMergeSubclasses must define how "separator" components get added to the parent menu item.- Specified by:
- addSeparatorin class- AbstractMenuMerge
 
- 
createMenuDescription copied from class:AbstractMenuMergeCreate the parent menu item represented by this object, that all of its children should be contained in.- Specified by:
- createMenuin class- AbstractMenuMerge