Class ComboboxGUIVariable.ComboItem
- java.lang.Object
-
- net.ssehub.easy.producer.ui.confModel.ComboboxGUIVariable.ComboItem
-
- Enclosing class:
- ComboboxGUIVariable
static class ComboboxGUIVariable.ComboItem extends java.lang.ObjectElements of this combo box. These elements are 2-tuples:- label (string representation of possible values) for the combo box
- values as needed by the set value method.
- Author:
- El-Sharkawy
-
-
Constructor Summary
Constructors Constructor Description ComboItem(java.lang.String label, java.lang.Object value)Sole constructor for this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.StringgetLabel()Returns the label for this class.(package private) java.lang.ObjectgetValue()Returns the object as needed by the setValue method.
-