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.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 |
|---|
PDefaultContextHelpAction()
Creates a null instance of a default help action.
|
PDefaultContextHelpAction(PClientComponent comp)
Creates a new instance of a default help action for the specified
component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e)
Handles the action performed.
|
equals, getComponent, getHelpID, getPreferredMenu, getTag, handleError, setActionHelpOn, setPreferredMenuaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledpublic PDefaultContextHelpAction(PClientComponent comp)
comp - the component for which this action delivers helppublic PDefaultContextHelpAction()
public void actionPerformed(ActionEvent e)
e - the action eventCopyright © 2003, 2023, Oracle and/or its affiliates.