org.argouml.uml.diagram.ui
Class ActionDeleteConcurrentRegion
java.lang.Object
javax.swing.AbstractAction
org.tigris.gef.undo.UndoableAction
org.argouml.uml.diagram.ui.ActionDeleteConcurrentRegion
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class ActionDeleteConcurrentRegion
- extends org.tigris.gef.undo.UndoableAction
Delete a concurrent region of a concurrent composite state
- See Also:
- Serialized Form
ActionDeleteConcurrentRegion
public ActionDeleteConcurrentRegion()
- Construct an action to delete the concurrent region of a concurrent
composite state.
isEnabled
public boolean isEnabled()
- Returns:
true if the action is enabled.- See Also:
Action.isEnabled()
actionPerformed
public void actionPerformed(ActionEvent ae)
- Parameters:
ae - The event.- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)