Class ActionMenuItemMerge
java.lang.Object
com.inductiveautomation.ignition.designer.model.menu.ActionMenuItemMerge
- All Implemented Interfaces:
IMenuMergeModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninstall
(JComponent menu) Merges this model into the menu.void
uninstall
(JComponent menu) Reverses the merge of this model into the given menu
-
Constructor Details
-
ActionMenuItemMerge
-
-
Method Details
-
install
Description copied from interface:IMenuMergeModel
Merges this model into the menu. The JComponent will be either a CommandMenuBar or a JMenu- Specified by:
install
in interfaceIMenuMergeModel
-
uninstall
Description copied from interface:IMenuMergeModel
Reverses the merge of this model into the given menu- Specified by:
uninstall
in interfaceIMenuMergeModel
-