org.argouml.uml.ui.behavior.activity_graphs
Class ActionSetClassifierInStateInState
java.lang.Object
javax.swing.AbstractAction
org.argouml.uml.ui.UMLAction
org.argouml.uml.ui.behavior.activity_graphs.ActionSetClassifierInStateInState
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- class ActionSetClassifierInStateInState
- extends UMLAction
The Action to set the "inState" of a ClassifierInState.
TODO: This is not correct yet! Should set all the states from a list!
ActionSetClassifierInStateInState
public ActionSetClassifierInStateInState()
- The constructor.
actionPerformed
public void actionPerformed(ActionEvent e)
- Description copied from class:
UMLAction
- Perform the work the action is supposed to do.
This method needs to be overridden by all actions,
since it only shows a fake progressbar...
- Specified by:
actionPerformed
in interface ActionListener
- Overrides:
actionPerformed
in class UMLAction
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)