|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xulux.guilayer.swing.models.DefaultComboModel.ComboShowable
public class DefaultComboModel.ComboShowable
Holds all items in a list
Constructor Summary | |
---|---|
DefaultComboModel.ComboShowable(int index,
java.lang.String value)
The main constructor |
Method Summary | |
---|---|
int |
getIndex()
|
java.lang.String |
toString()
Since a combo is using the toString value of an object, this will return the value set in the constructor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultComboModel.ComboShowable(int index, java.lang.String value)
index
- the index in the original datavalue
- the value that needs to be shownMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int getIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |