org.argouml.uml.ui.behavior.use_cases
Class ActionSetExtendBase
java.lang.Object
javax.swing.AbstractAction
org.argouml.uml.ui.UMLAction
org.argouml.uml.ui.behavior.use_cases.ActionSetExtendBase
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class ActionSetExtendBase
- extends UMLAction
Sets the base of an extend. Updates both the model (NSUML) as the diagrams.
- Since:
- Oct 5, 2002
- See Also:
- Serialized Form
SINGLETON
private static final ActionSetExtendBase SINGLETON
ActionSetExtendBase
protected ActionSetExtendBase()
- Constructor for ActionSetExtendBase.
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 ActionSetExtendBase getInstance()
- Returns:
- Returns the SINGLETON.