|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--iglu.jdbc.JDBCComboBoxModel.ListItem
This is how the items are stored in the list internally. It just keeps track of where in the result set the item is, and what to show in the list
Field Summary | |
int |
index
|
java.lang.String |
itemString
|
Constructor Summary | |
JDBCComboBoxModel.ListItem(int nindex,
java.lang.String nis)
|
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int index
public java.lang.String itemString
Constructor Detail |
public JDBCComboBoxModel.ListItem(int nindex, java.lang.String nis)
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |