wt.clients.beans.monitor
Class TransitionChangeAction

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended bywt.clients.beans.graph.GraphAction
          extended bywt.clients.beans.monitor.TransitionChangeAction
All Implemented Interfaces:
Action, ActionListener, Cloneable, EventListener, Serializable
Direct Known Subclasses:
ActivityCompleteAction, ActivityRestartAction, ActivityResumeAction, ActivitySkipAction, ActivitySuspendAction, ActivityTerminateAction, MonitorRefreshAction, ProcessCompleteAction, ProcessManagerPanel.BasicActionAction, ProcessManagerPanel.CompleteActivityAction, ProcessManagerPanel.ConfirmActionAction, ProcessResumeAction, ProcessSkipAction, ProcessSuspendAction, ProcessTerminateAction

public abstract class TransitionChangeAction
extends GraphAction

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class javax.swing.AbstractAction
 
Field Summary
private static String RESOURCE
           
private static boolean VERBOSE
           
 
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
TransitionChangeAction(String actionName)
           
 
Method Summary
 void changeActivityState(ActionEvent e, String transition)
           
 void changeProcessState(ActionEvent e, String transition)
           
 void changeState(Component component, MonitorNode node, String transition)
           
 Frame getParentFrame(Component pComponent)
           
 void refreshMonitor(AbstractGraphView graph_view)
           
 void showMessageDialog(Component component, String Message)
           
 OkCancelDialog showOkCancelDialog(Component pComponent, String Message)
           
 
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
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

VERBOSE

private static boolean VERBOSE
Constructor Detail

TransitionChangeAction

public TransitionChangeAction(String actionName)
Parameters:
actionName -
Method Detail

changeActivityState

public void changeActivityState(ActionEvent e,
                                String transition)

changeProcessState

public void changeProcessState(ActionEvent e,
                               String transition)

changeState

public void changeState(Component component,
                        MonitorNode node,
                        String transition)

refreshMonitor

public void refreshMonitor(AbstractGraphView graph_view)

showMessageDialog

public void showMessageDialog(Component component,
                              String Message)
Parameters:
Message -

showOkCancelDialog

public OkCancelDialog showOkCancelDialog(Component pComponent,
                                         String Message)
Parameters:
pComponent -
Message -
Returns:
OkCancelDialog

getParentFrame

public Frame getParentFrame(Component pComponent)
Parameters:
pComponent -
Returns:
Frame