com.ibm.tivoli.maximo.asset.topology.applet

Class ActionReference

  • java.lang.Object
    • com.ibm.tivoli.maximo.asset.topology.applet.ActionReference
  • All Implemented Interfaces:
    java.io.Serializable


    public class ActionReference
    extends java.lang.Object
    implements java.io.Serializable
    This is to wrap java swing popup action as a handy pack to retrieve the info 1 THree types are included: JmenuItem, Jmenu, JSeparator, where JmenuItem
    See Also:
    Serialized Form
    • Constructor Detail

      • ActionReference

        public ActionReference(ActionType actionType,
                               java.lang.String parentKey,
                               javax.swing.Action action)
    • Method Detail

      • getParentKey

        public java.lang.String getParentKey()
      • getActionType

        public ActionType getActionType()
      • getAction

        public javax.swing.Action getAction()