Class ComboItem
- java.lang.Object
-
- net.sourceforge.jnlp.controlpanel.ComboItem
-
public class ComboItem extends java.lang.ObjectThis is to be used with combobox items. Allows storing a value which differs from the key.
-
-
Constructor Summary
Constructors Constructor Description ComboItem(java.lang.String text, java.lang.String value)Create a new instance of combobox items.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetValue()Get the value associated with this item.java.lang.StringtoString()
-