Uses of Class
net.ssehub.easy.producer.ui.confModel.ComboboxGUIVariable
-
Packages that use ComboboxGUIVariable 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 in net.ssehub.easy.producer.ui.confModel
Fields in net.ssehub.easy.producer.ui.confModel declared as ComboboxGUIVariable Modifier and Type Field Description private ComboboxGUIVariableComboGUIEditor. parentprivate ComboboxGUIVariableComboboxGUICellEditor. variableConstructors in net.ssehub.easy.producer.ui.confModel with parameters of type ComboboxGUIVariable Constructor Description ComboboxGUICellEditor(org.eclipse.swt.widgets.Composite parent, java.lang.String[] items, ComboboxGUIVariable variable)Creates the combobox editor.ComboGUIEditor(org.eclipse.swt.widgets.Combo editor, ComboboxGUIVariable parent)Creates a combo GUI editor representation.
-