|
|||||||||||
| 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 | |
private static java.lang.String[] |
cache
No comment provided by developer, please add a comment to improve documentation. |
private java.lang.String |
selectedItem
No comment provided by developer, please add a comment to improve documentation. |
| 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 |
| Field Detail |
private static java.lang.String[] cache
private java.lang.String selectedItem
| Constructor Detail |
public UMLAttrExprOperationComboBoxModel()
| Method Detail |
public java.lang.String toString()
public java.lang.Object getSelectedItem()
getSelectedItem in interface javax.swing.ComboBoxModelpublic void setSelectedItem(java.lang.Object value)
setSelectedItem in interface javax.swing.ComboBoxModelvalue - The new selectedItem valuepublic java.lang.Object getElementAt(int index)
getElementAt in interface javax.swing.ListModelindex - 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 | ||||||||||