|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractAction
wt.clients.beans.graph.GraphAction
wt.clients.beans.monitor.TransitionChangeAction
wt.clients.workflow.manager.ProcessManagerPanel.ConfirmActionAction
Nested Class Summary |
Nested classes inherited from class javax.swing.AbstractAction |
|
Field Summary | |
private String |
CancelActionCommand
|
private String |
Message
|
private String |
OkActionCommand
|
Fields inherited from class wt.clients.beans.monitor.TransitionChangeAction |
|
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.ConfirmActionAction(String pMessage,
String pOkActionCommand,
String pCancelActionCommand)
|
Method Summary | |
void |
actionPerformed(ActionEvent e)
Perform the action of represented in the process properties |
Methods inherited from class wt.clients.beans.monitor.TransitionChangeAction |
changeActivityState, changeProcessState, changeState, getParentFrame, refreshMonitor, showMessageDialog, showOkCancelDialog |
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 |
private String Message
private String OkActionCommand
private String CancelActionCommand
Constructor Detail |
public ProcessManagerPanel.ConfirmActionAction(String pMessage, String pOkActionCommand, String pCancelActionCommand)
Method Detail |
public void actionPerformed(ActionEvent e)
e
- ActionEvent the event action provided by the object throwing the event
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |