org.argouml.uml.ui.foundation.core
Class ActionSetChangeability
java.lang.Object
UndoableAction
org.argouml.uml.ui.foundation.core.ActionSetChangeability
public class ActionSetChangeability
- extends UndoableAction
|
Field Summary |
static java.lang.String |
ADDONLY_COMMAND
Deprecated. |
static java.lang.String |
CHANGEABLE_COMMAND
CHANGEABLE_COMMAND determines a changeability kind. |
static java.lang.String |
FROZEN_COMMAND
FROZEN_COMMAND determines a changeability kind. |
|
Constructor Summary |
protected |
ActionSetChangeability()
Constructor for ActionSetElementOwnershipSpecification. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADDONLY_COMMAND
@Deprecated
public static final java.lang.String ADDONLY_COMMAND
- Deprecated.
- ADDONLY_COMMAND determines a changeability kind.
TODO: Removed from UML 2.x. Phase out of UI - tfm - 20070529
- See Also:
- Constant Field Values
CHANGEABLE_COMMAND
public static final java.lang.String CHANGEABLE_COMMAND
- CHANGEABLE_COMMAND determines a changeability kind.
- See Also:
- Constant Field Values
FROZEN_COMMAND
public static final java.lang.String FROZEN_COMMAND
- FROZEN_COMMAND determines a changeability kind.
- See Also:
- Constant Field Values
ActionSetChangeability
protected ActionSetChangeability()
- Constructor for ActionSetElementOwnershipSpecification.
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
getInstance
public static ActionSetChangeability getInstance()
- Returns:
- Returns the SINGLETON.