|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hardtokenmgmt.core.ui.ComboBoxItem
public class ComboBoxItem
Class used for internationalizing the contents of a JComboBox. Initialize the object with the resource value and it will be looked up in the language resources. Use getValue() to get the selected resource value.
| Constructor Summary | |
|---|---|
ComboBoxItem(java.lang.String value)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getValue()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ComboBoxItem(java.lang.String value)
value - resource value that will be internationalized,
must be in the language resources| Method Detail |
|---|
public java.lang.String getValue()
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 | |||||||||