org.argouml.uml.ui.foundation.core
Class ActionSetChangeability

java.lang.Object
  extended by UndoableAction
      extended by 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.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
static ActionSetChangeability getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ActionSetChangeability

protected ActionSetChangeability()
Constructor for ActionSetElementOwnershipSpecification.

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)

getInstance

public static ActionSetChangeability getInstance()
Returns:
Returns the SINGLETON.


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook