Class CustomMenuPopupAction

java.lang.Object
javax.swing.AbstractAction
com.inductiveautomation.ignition.client.util.action.BaseAction
com.inductiveautomation.ignition.designer.gui.CustomMenuPopupAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class CustomMenuPopupAction extends BaseAction
This action displays a popupmenu, customized through JIDE's PopupMenuCustomizer, when the action is performed.
See Also:
  • Constructor Details

    • CustomMenuPopupAction

      public CustomMenuPopupAction(String bundleKey, Icon icon, com.jidesoft.swing.JideMenu.PopupMenuCustomizer customizer)
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)