Package com.portal.bas.comp
Class PDefaultHelpAction
java.lang.Object
javax.swing.AbstractAction
com.portal.bas.PBASAction
com.portal.bas.comp.PDefaultHelpAction
- All Implemented Interfaces:
ActionListener
,Serializable
,Cloneable
,EventListener
,Action
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:
-
Field Summary
Fields inherited from class com.portal.bas.PBASAction
ACCEL, ICON_DISABLED, ICON_DISABLED_SELECTED, ICON_PRESSED, ICON_ROLLOVER, ICON_ROLLOVER_SELECTED, ICON_SELECTED, MNEM, TOOL_TITLE, TOOLBAR_LABEL
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a null instance ofPDefaultHelpAction
.Creates a new instance ofPDefaultHelpAction
.PDefaultHelpAction
(PClientComponent comp, oracle.help.CSHManager cshManager, String tag) Creates a new instance ofPDefaultHelpAction
. -
Method Summary
Modifier and TypeMethodDescriptionvoid
TheactionPerformed
handler that displays help.Methods inherited from class com.portal.bas.PBASAction
equals, getComponent, getHelpID, getPreferredMenu, getTag, handleError, setActionHelpOn, setPreferredMenu
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
PDefaultHelpAction
Creates a new instance ofPDefaultHelpAction
.- Parameters:
comp
- thePClientComponent
to deliver help forcshManager
- the help broker to use for this actiontag
- the action tag used to look for visual properties
-
PDefaultHelpAction
Creates a new instance ofPDefaultHelpAction
. 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 ofPDefaultHelpAction
.
-
-
Method Details
-
actionPerformed
TheactionPerformed
handler that displays help.- Parameters:
e
- theActionEvent
-