org.argouml.uml.ui
Class ActionSetMultiplicity
java.lang.Object
javax.swing.AbstractAction
org.tigris.gef.undo.UndoableAction
org.argouml.uml.ui.UMLAction
org.argouml.uml.ui.ActionSetMultiplicity
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- Direct Known Subclasses:
- ActionSetAssociationEndMultiplicity, ActionSetClassifierRoleMultiplicity, ActionSetStructuralFeatureMultiplicity, ActionSetTagDefinitionMultiplicity
- public abstract class ActionSetMultiplicity
- extends UMLAction
Framework action to set the multiplicity of some modelelement.
- Since:
- Jan 6, 2003
- See Also:
- Serialized Form
ActionSetMultiplicity
protected ActionSetMultiplicity()
- Constructor for ActionSetMultiplicity.
actionPerformed
public void actionPerformed(ActionEvent e)
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)
setSelectedItem
public abstract void setSelectedItem(Object item,
Object target)
- The user should implement this method to set the multiplicity (the given
item) for the target of the comboboxmodel (target
- Parameters:
item - The multiplicity that should be settarget - The target of the comboboxmodel (the modelelement that
should have its multiplicity set).