Class ActionToolbarItemMerge
java.lang.Object
com.inductiveautomation.ignition.designer.model.menu.ActionToolbarItemMerge
- All Implemented Interfaces:
IMenuMergeModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidconfigureButton(AbstractButton button, Action action) install(JComponent menu) Merges this model into the menu.voiduninstall(JComponent menu) Reverses the merge of this model into the given menu
-
Constructor Details
-
ActionToolbarItemMerge
-
-
Method Details
-
install
Description copied from interface:IMenuMergeModelMerges this model into the menu. The JComponent will be either a CommandMenuBar or a JMenu- Specified by:
installin interfaceIMenuMergeModel
-
uninstall
Description copied from interface:IMenuMergeModelReverses the merge of this model into the given menu- Specified by:
uninstallin interfaceIMenuMergeModel
-
configureButton
-