Class BasicItemMerge
- java.lang.Object
- 
- com.inductiveautomation.ignition.designer.model.menu.BasicItemMerge
 
- 
- All Implemented Interfaces:
- IMenuMergeModel
 
 public class BasicItemMerge extends java.lang.Object implements IMenuMergeModel 
- 
- 
Constructor SummaryConstructors Constructor Description BasicItemMerge(javax.swing.JComponent item)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponentinstall(javax.swing.JComponent menu)Merges this model into the menu.voiduninstall(javax.swing.JComponent menu)Reverses the merge of this model into the given menu
 
- 
- 
- 
Method Detail- 
installpublic javax.swing.JComponent install(javax.swing.JComponent menu) Description copied from interface:IMenuMergeModelMerges this model into the menu. The JComponent will be either a CommandMenuBar or a JMenu- Specified by:
- installin interface- IMenuMergeModel
 
 - 
uninstallpublic void uninstall(javax.swing.JComponent menu) Description copied from interface:IMenuMergeModelReverses the merge of this model into the given menu- Specified by:
- uninstallin interface- IMenuMergeModel
 
 
- 
 
-