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.ACCEL, ICON_DISABLED, ICON_DISABLED_SELECTED, ICON_PRESSED, ICON_ROLLOVER, ICON_ROLLOVER_SELECTED, ICON_SELECTED, MNEM, TOOL_TITLE, TOOLBAR_LABELchangeSupport, enabledACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON| Constructor and Description |
|---|
PDefaultHelpAction()
Creates a null instance of
PDefaultHelpAction. |
PDefaultHelpAction(PClientComponent comp)
Creates a new instance of
PDefaultHelpAction. |
PDefaultHelpAction(PClientComponent comp,
oracle.help.CSHManager cshManager,
String tag)
Creates a new instance of
PDefaultHelpAction. |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e)
The
actionPerformed handler that displays help. |
equals, getComponent, getHelpID, getPreferredMenu, getTag, handleError, setActionHelpOn, setPreferredMenuaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledpublic PDefaultHelpAction(PClientComponent comp, oracle.help.CSHManager cshManager, String tag)
PDefaultHelpAction.comp - the PClientComponent to deliver help forcshManager - the help broker to use for this actiontag - the action tag used to look for visual propertiespublic PDefaultHelpAction(PClientComponent comp)
PDefaultHelpAction. The assumed tag is
helpc. The application or applet help broker maintained by BAS is used for
this help action.comp - the component to deliver help forpublic PDefaultHelpAction()
PDefaultHelpAction.public void actionPerformed(ActionEvent e)
actionPerformed handler that displays help.e - the ActionEventCopyright © 2003, 2023, Oracle and/or its affiliates.