org.argouml.uml.ui.foundation.extension_mechanisms
Class UMLTagDefinitionMultiplicityComboBoxModel
java.lang.Object
javax.swing.AbstractListModel
org.argouml.uml.ui.UMLComboBoxModel2
org.argouml.uml.ui.UMLMultiplicityComboBoxModel
org.argouml.uml.ui.foundation.extension_mechanisms.UMLTagDefinitionMultiplicityComboBoxModel
- All Implemented Interfaces:
- ComboBoxModel, EventListener, ListModel, PropertyChangeListener, Serializable, TargetListener
- public class UMLTagDefinitionMultiplicityComboBoxModel
- extends UMLMultiplicityComboBoxModel
- See Also:
- Serialized Form
| Methods inherited from class org.argouml.uml.ui.UMLComboBoxModel2 |
addAll, contains, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getChangedElement, getElementAt, getIndexOf, getPropertySetName, getSelectedItem, getSize, getTarget, isClearable, isFireListEvents, isValidEvent, propertyChange, removeAll, removeAllElements, removeElement, setElements, setFireListEvents, setTarget, targetAdded, targetRemoved, targetSet |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UMLTagDefinitionMultiplicityComboBoxModel
public UMLTagDefinitionMultiplicityComboBoxModel()
- Constructor.
getSelectedModelElement
protected Object getSelectedModelElement()
- Description copied from class:
UMLComboBoxModel2
- Gets the modelelement that is selected in the UML model. For
example, say that this ComboBoxmodel contains all namespaces
(as in UMLNamespaceComboBoxmodel) , this method should return
the namespace that owns the target then.
- Specified by:
getSelectedModelElement in class UMLComboBoxModel2
- Returns:
- Object
- See Also:
UMLComboBoxModel2.getSelectedModelElement()