Class CustomMenuPopupAction
- java.lang.Object
- 
- javax.swing.AbstractAction
- 
- com.inductiveautomation.ignition.client.util.action.BaseAction
- 
- com.inductiveautomation.ignition.designer.gui.CustomMenuPopupAction
 
 
 
- 
- All Implemented Interfaces:
- java.awt.event.ActionListener,- java.io.Serializable,- java.lang.Cloneable,- java.util.EventListener,- javax.swing.Action
 
 public class CustomMenuPopupAction extends BaseAction This action displays a popupmenu, customized through JIDE's PopupMenuCustomizer, when the action is performed.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CustomMenuPopupAction(java.lang.String bundleKey, javax.swing.Icon icon, com.jidesoft.swing.JideMenu.PopupMenuCustomizer customizer)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)- 
Methods inherited from class com.inductiveautomation.ignition.client.util.action.BaseActioncreate, createButton, createButton, evaluateEnabled, listenTo, listenTo, setBundleKey, setIcon, updateEnabled
 - 
Methods inherited from class javax.swing.AbstractActionaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
- 
 
-