org.argouml.uml.ui.foundation.core
Class ActionSetChangeability
java.lang.Object
javax.swing.AbstractAction
org.tigris.gef.undo.UndoableAction
org.argouml.uml.ui.foundation.core.ActionSetChangeability
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class ActionSetChangeability
- extends org.tigris.gef.undo.UndoableAction
- See Also:
- Serialized Form
|
Constructor Summary |
protected |
ActionSetChangeability()
Constructor for ActionSetElementOwnershipSpecification. |
ADDONLY_COMMAND
public static final String ADDONLY_COMMAND
- ADDONLY_COMMAND determines a changeability kind.
- See Also:
- Constant Field Values
CHANGEABLE_COMMAND
public static final String CHANGEABLE_COMMAND
- CHANGEABLE_COMMAND determines a changeability kind.
- See Also:
- Constant Field Values
FROZEN_COMMAND
public static final String FROZEN_COMMAND
- FROZEN_COMMAND determines a changeability kind.
- See Also:
- Constant Field Values
ActionSetChangeability
protected ActionSetChangeability()
- Constructor for ActionSetElementOwnershipSpecification.
actionPerformed
public void actionPerformed(ActionEvent e)
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)
getInstance
public static ActionSetChangeability getInstance()
- Returns:
- Returns the SINGLETON.