Class DockableBarMerge
java.lang.Object
com.inductiveautomation.ignition.designer.model.menu.AbstractMenuMerge
com.inductiveautomation.ignition.designer.model.menu.DockableBarMerge
- 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(ToolbarMerge tbar) 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.
-
Constructor Details
-
DockableBarMerge
-
-
Method Details
-
addSeparator
Description copied from class:AbstractMenuMergeSubclasses must define how "separator" components get added to the parent menu item.- Specified by:
addSeparatorin classAbstractMenuMerge
-
createMenu
Description copied from class:AbstractMenuMergeCreate the parent menu item represented by this object, that all of its children should be contained in.- Specified by:
createMenuin classAbstractMenuMerge