java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.AbstractButton
javax.swing.JMenuItem
javax.swing.JMenu
com.jidesoft.swing.JideMenu
com.inductiveautomation.ignition.designer.gui.CustomMenu
All Implemented Interfaces:
com.jidesoft.swing.Alignable, ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, MenuElement, SwingConstants

public class CustomMenu extends com.jidesoft.swing.JideMenu
A simple extension of the JideMenu that adds a few things that we commonly use to the constructor (such as I18N support and an Icon).
See Also:
  • Constructor Details

    • CustomMenu

      public CustomMenu(String bundleKey, Icon icon, com.jidesoft.swing.JideMenu.PopupMenuCustomizer customizer)