Class MenuBarMerge
java.lang.Object
com.inductiveautomation.ignition.designer.model.menu.AbstractMenuMerge
com.inductiveautomation.ignition.designer.model.menu.MenuBarMerge
- All Implemented Interfaces:
- IMenuMergeModel
Represents the entire menu bar. Used to collect multiple JMenuMerge children into a single MenuMerge. Note that it
 cannot do somethings like create a new menu, because the JMenuBar is expected to already be created.
- 
Field SummaryFields inherited from class com.inductiveautomation.ignition.designer.model.menu.AbstractMenuMergecurrentImplicitGroup, displayKey, groups, icon, log, menuId, name
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidadd(JMenuMerge menu) 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.install(JComponent menu) Merges this model into the menu.
- 
Constructor Details- 
MenuBarMerge
 
- 
- 
Method Details
- 
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
 
- 
installDescription copied from interface:IMenuMergeModelMerges this model into the menu. The JComponent will be either a CommandMenuBar or a JMenu- Specified by:
- installin interface- IMenuMergeModel
- Overrides:
- installin class- AbstractMenuMerge