Uses of Class
net.ssehub.easy.producer.ui.confModel.ComboboxGUIVariable.ComboItem
-
Packages that use ComboboxGUIVariable.ComboItem Package Description net.ssehub.easy.producer.ui.confModel This package holds a GUI representation of the configuration with methods and additional information as needed by the Eclipse UI. -
-
Uses of ComboboxGUIVariable.ComboItem in net.ssehub.easy.producer.ui.confModel
Fields in net.ssehub.easy.producer.ui.confModel declared as ComboboxGUIVariable.ComboItem Modifier and Type Field Description private ComboboxGUIVariable.ComboItem[]ComboboxGUIVariable. valuesMethods in net.ssehub.easy.producer.ui.confModel that return ComboboxGUIVariable.ComboItem Modifier and Type Method Description private static ComboboxGUIVariable.ComboItem[]GUIValueFactory. createComboItemArray(IDecisionVariable variable, int length)Creates the array for combobox items and pre-assigns the null value if required viaDisplayNameProvider.enableNullValueInConfiguration(IDecisionVariable).static ComboboxGUIVariable.ComboItem[]GUIValueFactory. createComboItems(IDecisionVariable variable, Reference reference)Creates combo items for the givenvariableof typereference.Methods in net.ssehub.easy.producer.ui.confModel with parameters of type ComboboxGUIVariable.ComboItem Modifier and Type Method Description private booleanComboboxGUIVariable. isEqual(java.lang.Object currentValue, ComboboxGUIVariable.ComboItem possibleItem)Compares the current value of theIDecisionVariablewith an element of the possible value from the combo box.Constructors in net.ssehub.easy.producer.ui.confModel with parameters of type ComboboxGUIVariable.ComboItem Constructor Description ComboboxGUIVariable(IDecisionVariable variable, org.eclipse.swt.widgets.Composite parent, IDatatype type, ComboboxGUIVariable.ComboItem[] values, IGUIConfigurableElement confParent)Sole constructor for this class.
-