org.argouml.uml.ui.foundation.core
Class ActionSetOperationConcurrencyKind
java.lang.Object
javax.swing.AbstractAction
org.argouml.uml.ui.UMLAction
org.argouml.uml.ui.foundation.core.ActionSetOperationConcurrencyKind
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class ActionSetOperationConcurrencyKind
- extends UMLAction
An action to set the concurrency of an operation.
- See Also:
- Serialized Form
SINGLETON
private static final ActionSetOperationConcurrencyKind SINGLETON
SEQUENTIAL_COMMAND
public static final String SEQUENTIAL_COMMAND
- SEQUENTIAL_COMMAND determines the kind of concurrency.
- See Also:
- Constant Field Values
GUARDED_COMMAND
public static final String GUARDED_COMMAND
- GUARDED_COMMAND determines the kind of concurrency.
- See Also:
- Constant Field Values
CONCURRENT_COMMAND
public static final String CONCURRENT_COMMAND
- CONCURRENT_COMMAND determines the kind of concurrency.
- See Also:
- Constant Field Values
ActionSetOperationConcurrencyKind
protected ActionSetOperationConcurrencyKind()
- Constructor for ActionSetElementOwnershipSpecification.
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)
getInstance
public static ActionSetOperationConcurrencyKind getInstance()
- Returns:
- Returns the sINGLETON.