org.argouml.uml.ui.behavior.common_behavior
Class ActionAddInstanceClassifier

java.lang.Object
  extended by UndoableAction
      extended by org.argouml.uml.ui.AbstractActionAddModelElement2
          extended by org.argouml.uml.ui.behavior.common_behavior.ActionAddInstanceClassifier

public class ActionAddInstanceClassifier
extends AbstractActionAddModelElement2

This action binds Instances to one or more Classifiers, which declare its structure and behaviour. An Object is defined as an instance of a Class, which explains why the type of Classifier is parameter to one of this action's constructors.


Constructor Summary
ActionAddInstanceClassifier()
          The constructor for ActionAddExtendExtensionPoint.
ActionAddInstanceClassifier(java.lang.Object choice)
          Construct Add Classifier action for an instance.
 
Method Summary
protected  void doIt(java.util.Collection selected)
          The action that has to be done by ArgoUml after the user clicks ok in the UMLAddDialog.
protected  java.util.List getChoices()
          Returns the choices the user has in the UMLAddDialog.
protected  java.lang.String getDialogTitle()
          Returns the title of the dialog.
protected  java.util.List getSelected()
          The modelelements already selected BEFORE the dialog is shown.
 
Methods inherited from class org.argouml.uml.ui.AbstractActionAddModelElement2
actionPerformed, getTarget, isEnabled, isExclusive, isMultiSelect, setExclusive, setMultiSelect, setTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionAddInstanceClassifier

public ActionAddInstanceClassifier()
The constructor for ActionAddExtendExtensionPoint.


ActionAddInstanceClassifier

public ActionAddInstanceClassifier(java.lang.Object choice)
Construct Add Classifier action for an instance. When used with a UML Object (an instance of a UML Class), the argument choice will be UMLClass instead of Classifier to further restrict the available choices.

Parameters:
choice - the classifier type we are adding
Method Detail

doIt

protected void doIt(java.util.Collection selected)
Description copied from class: AbstractActionAddModelElement2
The action that has to be done by ArgoUml after the user clicks ok in the UMLAddDialog.

Specified by:
doIt in class AbstractActionAddModelElement2
Parameters:
selected - The choices the user has selected in the UMLAddDialog

getChoices

protected java.util.List getChoices()
Description copied from class: AbstractActionAddModelElement2
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 AbstractActionAddModelElement2
Returns:
List of choices

getDialogTitle

protected java.lang.String getDialogTitle()
Description copied from class: AbstractActionAddModelElement2
Returns the title of the dialog.

Specified by:
getDialogTitle in class AbstractActionAddModelElement2
Returns:
String

getSelected

protected java.util.List getSelected()
Description copied from class: AbstractActionAddModelElement2
The modelelements already selected BEFORE the dialog is shown.

Specified by:
getSelected in class AbstractActionAddModelElement2
Returns:
List of model elements


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook