|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractListModel
org.argouml.uml.ui.UMLComboBoxModel2
org.argouml.uml.ui.behavior.common_behavior.UMLReceptionSignalComboBoxModel
public class UMLReceptionSignalComboBoxModel
The model for the signal combobox on the reception proppanel.
Field Summary |
---|
Fields inherited from class org.argouml.uml.ui.UMLComboBoxModel2 |
---|
buildingModel, CLEARED |
Fields inherited from class javax.swing.AbstractListModel |
---|
listenerList |
Constructor Summary | |
---|---|
UMLReceptionSignalComboBoxModel()
Constructor for UMLReceptionSignalComboBoxModel. |
Method Summary | |
---|---|
protected void |
buildModelList()
Builds the list of elements and sets the selectedIndex to the currently selected item if there is one. |
protected java.lang.Object |
getSelectedModelElement()
Gets the modelelement that is selected in the UML model. |
protected boolean |
isValidElement(java.lang.Object m)
Returns true if the given element is valid. |
void |
modelChanged(UmlChangeEvent evt)
Override UMLComboBoxModel2's default handling of RemoveAssociation. |
Methods inherited from class javax.swing.AbstractListModel |
---|
addListDataListener, getListDataListeners, getListeners, removeListDataListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.swing.ListModel |
---|
addListDataListener, removeListDataListener |
Constructor Detail |
---|
public UMLReceptionSignalComboBoxModel()
Method Detail |
---|
protected void buildModelList()
UMLComboBoxModel2
buildModelList
in class UMLComboBoxModel2
protected boolean isValidElement(java.lang.Object m)
UMLComboBoxModel2
It is valid if it may be added to the list of elements.
isValidElement
in class UMLComboBoxModel2
m
- the given element
protected java.lang.Object getSelectedModelElement()
UMLComboBoxModel2
getSelectedModelElement
in class UMLComboBoxModel2
public void modelChanged(UmlChangeEvent evt)
modelChanged
in class UMLComboBoxModel2
evt
- the event describing the property changePropertyChangeListener.propertyChange(java.beans.PropertyChangeEvent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |