Class PDefaultContextHelpAction

java.lang.Object
javax.swing.AbstractAction
com.portal.bas.PBASAction
com.portal.bas.comp.PDefaultContextHelpAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class PDefaultContextHelpAction extends PBASAction
PDefaultContextHelpAction is an action command object used to deliver help for a component. This is the default provided by PViewComponent.
Version:
3
Author:
Larry Lynch-Freshner
See Also:
  • Constructor Details

    • PDefaultContextHelpAction

      public PDefaultContextHelpAction(PClientComponent comp)
      Creates a new instance of a default help action for the specified component.
      Parameters:
      comp - the component for which this action delivers help
    • PDefaultContextHelpAction

      public PDefaultContextHelpAction()
      Creates a null instance of a default help action.
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Handles the action performed. This is called when the help action is invoked. It changes the cursor to the context help cursor and displays help for the selected component.
      Parameters:
      e - the action event