org.argouml.uml.ui.foundation.core
Class ActionAddAssociationSpecification
java.lang.Object
javax.swing.AbstractAction
org.tigris.gef.undo.UndoableAction
org.argouml.uml.ui.AbstractActionAddModelElement
org.argouml.uml.ui.foundation.core.ActionAddAssociationSpecification
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class ActionAddAssociationSpecification
- extends AbstractActionAddModelElement
- Since:
- Jan 4, 2003
- See Also:
- Serialized Form
ActionAddAssociationSpecification
protected ActionAddAssociationSpecification()
- Constructor for ActionAddExtendExtensionPoint.
doIt
protected void doIt(Vector selected)
- Description copied from class:
AbstractActionAddModelElement
- The action that has to be done by ArgoUml after the user clicks ok in the
UMLAddDialog.
- Specified by:
doIt in class AbstractActionAddModelElement
- Parameters:
selected - The choices the user has selected in the UMLAddDialog
getChoices
protected Vector getChoices()
- Description copied from class:
AbstractActionAddModelElement
- Returns the choices the user has in the UMLAddDialog. The choices are
depicted on the left side of the UMLAddDialog (sorry Arabic users) and
can be moved via the buttons on the dialog to the right side. On the
right side are the selected modelelements.
- Specified by:
getChoices in class AbstractActionAddModelElement
- Returns:
- Vector
getDialogTitle
protected String getDialogTitle()
- Description copied from class:
AbstractActionAddModelElement
- Returns the title of the dialog.
- Specified by:
getDialogTitle in class AbstractActionAddModelElement
- Returns:
- String
getSelected
protected Vector getSelected()
- Description copied from class:
AbstractActionAddModelElement
- The modelelements already selected BEFORE the dialog is shown.
- Specified by:
getSelected in class AbstractActionAddModelElement
- Returns:
- Vector
getInstance
public static ActionAddAssociationSpecification getInstance()
- Returns:
- Returns the sINGLETON.