wt.clients.workflow.manager
Class ProcessManagerPanel.HelpAction

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended bywt.clients.beans.graph.GraphAction
          extended bywt.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

Nested Class Summary
 
Nested classes inherited from class javax.swing.AbstractAction
 
Field Summary
private  HelpContext helpContext
           
private  HelpSystem helpSystem
           
 
Fields inherited from class wt.clients.beans.graph.GraphAction
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
ProcessManagerPanel.HelpAction(Container con)
          Constructor for HelpAction.
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 HelpContext getHelpContext()
          Returns an instance of the HelpContext object.
 HelpSystem getHelpSystem()
          Returns an instance of the HelpSystem object.
private  void initHelpSystem()
          Used to initialize the Help functionality for the system (frame or applet).
private  void initializeHelp(Container con)
          Initializes the help (both system and context level) for the applet.
(package private)  PropertyChangeListener newHelpListener()
           
(package private)  void shutdownHelp()
          Releases the help resources.
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

helpSystem

private HelpSystem helpSystem

helpContext

private HelpContext helpContext
Constructor Detail

ProcessManagerPanel.HelpAction

public ProcessManagerPanel.HelpAction(Container con)
Constructor for HelpAction.

Method Detail

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)