Class BasicItemMerge
java.lang.Object
com.inductiveautomation.ignition.designer.model.menu.BasicItemMerge
- All Implemented Interfaces:
 IMenuMergeModel
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioninstall(JComponent menu) Merges this model into the menu.voiduninstall(JComponent menu) Reverses the merge of this model into the given menu 
- 
Constructor Details
- 
BasicItemMerge
 
 - 
 - 
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
 
 -