talx.util
Class ComboBoxItem
java.lang.Object
talx.util.ComboBoxItem
- public class ComboBoxItem
- extends java.lang.Object
An object with a displayable string and an unrelated value.
This allows a comboBox to be populated with list elements that
signify different things than the displayed string.
|
Constructor Summary |
ComboBoxItem(java.lang.String display,
java.lang.String text,
int value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ComboBoxItem
public ComboBoxItem(java.lang.String display,
java.lang.String text,
int value)
toString
public java.lang.String toString()
getText
public java.lang.String getText()
getValue
public int getValue()
© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.