|
|||||||||||
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.UMLAttrExprOperationComboBoxModel
ComboBoxModel for UMLAttrExprPair.allAttrExprAsText
Field Summary |
Fields inherited from class javax.swing.AbstractListModel |
listenerList |
Constructor Summary | |
UMLAttrExprOperationComboBoxModel()
Default Constructor |
Method Summary | |
java.lang.Object |
getElementAt(int index)
Get the elementAt attribute of the UMLAttrExprOperationComboBoxModel object |
java.lang.Object |
getSelectedItem()
Get the selectedItem attribute of the UMLAttrExprOperationComboBoxModel object |
int |
getSize()
Get the size attribute of the UMLAttrExprOperationComboBoxModel object |
void |
setSelectedItem(java.lang.Object value)
Sets the selectedItem attribute of the UMLAttrExprOperationComboBoxModel 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 |
Constructor Detail |
public UMLAttrExprOperationComboBoxModel()
Method Detail |
public java.lang.String toString()
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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |