Class ActionToolbarItemMerge
- java.lang.Object
 - 
- com.inductiveautomation.ignition.designer.model.menu.ActionToolbarItemMerge
 
 
- 
- All Implemented Interfaces:
 IMenuMergeModel
public class ActionToolbarItemMerge extends java.lang.Object implements IMenuMergeModel
 
- 
- 
Constructor Summary
Constructors Constructor Description ActionToolbarItemMerge(javax.swing.Action action) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigureButton(javax.swing.AbstractButton button, javax.swing.Action action)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
- 
install
public 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 interfaceIMenuMergeModel
 
- 
uninstall
public void uninstall(javax.swing.JComponent menu)
Description copied from interface:IMenuMergeModelReverses the merge of this model into the given menu- Specified by:
 uninstallin interfaceIMenuMergeModel
 
- 
configureButton
protected void configureButton(javax.swing.AbstractButton button, javax.swing.Action action) 
 - 
 
 -