|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractListModel
de.uni_paderborn.fujaba.fsa.swing.UMLTypeListComboBoxModel
comboBoxModel for UMLTypeList
Field Summary |
Fields inherited from class javax.swing.AbstractListModel |
listenerList |
Method Summary | |
static UMLTypeListComboBoxModel |
get()
No comment provided by developer, please add a comment to improve documentation. |
java.lang.Object |
getElementAt(int index)
Get the elementAt attribute of the UMLTypeListComboBoxModel object |
java.lang.Object |
getSelectedItem()
Get the selectedItem attribute of the UMLTypeListComboBoxModel object |
int |
getSize()
Get the size attribute of the UMLTypeListComboBoxModel object |
void |
propertyChange(java.beans.PropertyChangeEvent event)
No comment provided by developer, please add a comment to improve documentation. |
void |
setSelectedItem(java.lang.Object value)
Sets the selectedItem attribute of the UMLTypeListComboBoxModel object |
java.lang.String |
toString()
|
Methods inherited from class javax.swing.AbstractListModel |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.swing.ListModel |
addListDataListener, removeListDataListener |
Method Detail |
public static UMLTypeListComboBoxModel get()
public java.lang.Object getSelectedItem()
getSelectedItem
in interface javax.swing.ComboBoxModel
public void setSelectedItem(java.lang.Object value)
setSelectedItem
in interface javax.swing.ComboBoxModel
value
- The new selectedItem valuepublic java.lang.Object getElementAt(int index)
getElementAt
in interface javax.swing.ListModel
index
- No description provided
public int getSize()
getSize
in interface javax.swing.ListModel
public java.lang.String toString()
public void propertyChange(java.beans.PropertyChangeEvent event)
propertyChange
in interface java.beans.PropertyChangeListener
event
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |