Class PDefaultHelpIDAction

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

public class PDefaultHelpIDAction extends PBASAction
PDefaultHelpIDAction is the PBASAction command object used to deliver help for a component, given an ID. This is the default provided by PViewComponent.
Version:
%version: 10 % %date_modified: Tue Dec 18 19:17:46 2001 %
Author:
larrylf
See Also:
  • Constructor Details

    • PDefaultHelpIDAction

      public PDefaultHelpIDAction(PClientComponent comp, String helpID)
      Creates a new instance of PDefaultHelpAction.
      Parameters:
      comp - the component to deliver help for
      helpID - the help ID to be displayed by this action
    • PDefaultHelpIDAction

      public PDefaultHelpIDAction(String helpID)
      Creates a new instance of PDefaultHelpAction.
      Parameters:
      helpID - the help ID to be displayed by this action
    • PDefaultHelpIDAction

      public PDefaultHelpIDAction(String helpID, oracle.help.CSHManager cshManager)
      Creates a new instance of PDefaultHelpAction.
      Parameters:
      helpID - the help ID to be displayed by this action
      cshManager - the help broker to display context senstive help
    • PDefaultHelpIDAction

      public PDefaultHelpIDAction(String helpID, Window helpUIOwner)
      Create a new instance of the DefaultHelpAction
      Parameters:
      helpID - The help ID to be displayed by this Action
      helpUIOwner - Window that will "own" the help UI
  • Method Details

    • setHelpID

      public void setHelpID(String helpID)
      set the help ID for this instance of the DefaultHelpAction
      Parameters:
      helpID - THe help ID to be displayed by this Action
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      An actionPerformed handler that displays help.
      Parameters:
      e - the event to display help for