Class ActionToolbarItemMerge
java.lang.Object
com.inductiveautomation.ignition.designer.model.menu.ActionToolbarItemMerge
- All Implemented Interfaces:
IMenuMergeModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
configureButton
(AbstractButton button, Action action) install
(JComponent menu) Merges this model into the menu.void
uninstall
(JComponent menu) Reverses the merge of this model into the given menu
-
Constructor Details
-
ActionToolbarItemMerge
-
-
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
-
configureButton
-