Uses of Interface
net.ssehub.easy.producer.ui.confModel.IGUIConfigurableElement
-
Packages that use IGUIConfigurableElement 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.net.ssehub.easy.producer.ui.productline_editor This package contains the editor for configuring the product line. -
-
Uses of IGUIConfigurableElement in net.ssehub.easy.producer.ui.confModel
Classes in net.ssehub.easy.producer.ui.confModel that implement IGUIConfigurableElement Modifier and Type Class Description (package private) classAbstractExpandableGUIVariableSuper class for variables, which contain nested elements and can be expanded.(package private) classBasisGUIVariableGUI representation ofIDecisionVariables which can be configured with a simple text editor.(package private) classComboboxGUIVariableGUI representation ofIDecisionVariables which can be configured with a combo box (bounded range).(package private) classCompoundGUIVariableGUI representation of compound values.(package private) classContainerGUIVariableGUI representation of container values.classGUIConfigurationWrapper class for this configuration as needed by the Eclipse GUI.classGUIVariableAIDecisionVariablewith functionality needed by the Eclipse UI.Fields in net.ssehub.easy.producer.ui.confModel declared as IGUIConfigurableElement Modifier and Type Field Description private IGUIConfigurableElementGUIValueFactory.VariableVisitor. confParentConstructors in net.ssehub.easy.producer.ui.confModel with parameters of type IGUIConfigurableElement Constructor Description ComboboxGUIVariable(IDecisionVariable variable, org.eclipse.swt.widgets.Composite parent, IDatatype type, ComboboxGUIVariable.ComboItem[] values, IGUIConfigurableElement confParent)Sole constructor for this class. -
Uses of IGUIConfigurableElement in net.ssehub.easy.producer.ui.productline_editor
Classes in net.ssehub.easy.producer.ui.productline_editor that implement IGUIConfigurableElement Modifier and Type Class Description private static classConfigurationTableEditorFactory.DelegatingGuiVariableImplements a delegating GuiVariable for externally created editors, so that they can be handled like EASy variables.
-