Class ActionToolbarItemMerge
java.lang.Object
com.inductiveautomation.ignition.designer.model.menu.ActionToolbarItemMerge
- All Implemented Interfaces:
- IMenuMergeModel
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
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
 
- 
uninstallDescription copied from interface:IMenuMergeModelReverses the merge of this model into the given menu- Specified by:
- uninstallin interface- IMenuMergeModel
 
- 
configureButton
 
-