org.argouml.uml.ui.foundation.core
Class ActionNewModelElementConstraint
java.lang.Object
javax.swing.AbstractAction
org.argouml.uml.ui.UMLAction
org.argouml.uml.ui.AbstractActionNewModelElement
org.argouml.uml.ui.foundation.core.ActionNewModelElementConstraint
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class ActionNewModelElementConstraint
- extends AbstractActionNewModelElement
- Since:
- Oct 12, 2002
- See Also:
- Serialized Form
SINGLETON
private static final ActionNewModelElementConstraint SINGLETON
ActionNewModelElementConstraint
protected ActionNewModelElementConstraint()
- Constructor for ActionNewModelElementConstraint.
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 ActionNewModelElementConstraint getInstance()
- Returns:
- Returns the SINGLETON.