Class PDefaultHelpAction

All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

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

    • PDefaultHelpAction

      public PDefaultHelpAction(PClientComponent comp, oracle.help.CSHManager cshManager, String tag)
      Creates a new instance of PDefaultHelpAction.
      Parameters:
      comp - the PClientComponent to deliver help for
      cshManager - the help broker to use for this action
      tag - the action tag used to look for visual properties
    • PDefaultHelpAction

      public PDefaultHelpAction(PClientComponent comp)
      Creates a new instance of PDefaultHelpAction. The assumed tag is helpc. The application or applet help broker maintained by BAS is used for this help action.
      Parameters:
      comp - the component to deliver help for
    • PDefaultHelpAction

      public PDefaultHelpAction()
      Creates a null instance of PDefaultHelpAction.
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      The actionPerformed handler that displays help.
      Parameters:
      e - the ActionEvent