wt.clients.workflow.manager
Class ProcessManagerPanel.HelpAction
java.lang.Object
javax.swing.AbstractAction
wt.clients.beans.graph.GraphAction
wt.clients.workflow.manager.ProcessManagerPanel.HelpAction
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- Enclosing class:
- ProcessManagerPanel
- public class ProcessManagerPanel.HelpAction
- extends GraphAction
The HelpAction class is used to handle a help request
from the user for the highlighted object in the graph.
- See Also:
- Serialized Form
Fields inherited from class wt.clients.beans.graph.GraphAction |
|
helpSystem
private HelpSystem helpSystem
helpContext
private HelpContext helpContext
ProcessManagerPanel.HelpAction
public ProcessManagerPanel.HelpAction(Container con)
- Constructor for HelpAction.
getHelpSystem
public HelpSystem getHelpSystem()
- Returns an instance of the HelpSystem object. This object is used to
operate requests for help for the entire frame or applet.
getHelpContext
public HelpContext getHelpContext()
- Returns an instance of the HelpContext object.
initHelpSystem
private void initHelpSystem()
- Used to initialize the Help functionality for the system (frame or applet).
initializeHelp
private void initializeHelp(Container con)
- Initializes the help (both system and context level) for the applet.
newHelpListener
PropertyChangeListener newHelpListener()
shutdownHelp
void shutdownHelp()
- Releases the help resources.
actionPerformed
public void actionPerformed(ActionEvent e)