public class ComboBoxStrItem
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
name
The name.
|
java.lang.String |
value
The value.
|
| Constructor and Description |
|---|
ComboBoxStrItem(java.lang.String value,
java.lang.String name)
Instantiates a new combo box str item.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
selectCmbxItem(java.lang.String value,
javax.swing.JComboBox cmbx)
Select cmbx item.
|
java.lang.String |
toString() |