Uses of Class
net.ssehub.easy.producer.ui.confModel.GUIConfiguration
-
Packages that use GUIConfiguration 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.net.ssehub.easy.producer.ui.productline_editor.configuration This package holds classes for the configuration editor and super classes for similar configuration editors. -
-
Uses of GUIConfiguration in net.ssehub.easy.producer.ui.confModel
Fields in net.ssehub.easy.producer.ui.confModel declared as GUIConfiguration Modifier and Type Field Description private GUIConfigurationGUIValueFactory.VariableVisitor. configprivate GUIConfigurationGUIVariable. parentConfigMethods in net.ssehub.easy.producer.ui.confModel that return GUIConfiguration Modifier and Type Method Description GUIConfigurationGUIConfiguration. getConfiguration()GUIConfigurationGUIVariable. getConfiguration()Getter for the configuration which holds this variable.GUIConfigurationIGUIConfigurableElement. getConfiguration()Returns the relatedGUIConfigurationwhere this items belongs to.Methods in net.ssehub.easy.producer.ui.confModel with parameters of type GUIConfiguration Modifier and Type Method Description voidIGUIConfigChangeListener. changed(GUIConfiguration changedConfiguration)Will be called when something inside theGUIConfigurationwas changed.static GUIVariableGUIValueFactory. createVariable(IDecisionVariable variable, org.eclipse.swt.widgets.Composite parent, GUIConfiguration config, GUIVariable varParent)Creates a newGUIVariable.static GUIVariableGUIValueFactory. createVariable(IDecisionVariable variable, org.eclipse.swt.widgets.Composite parent, GUIConfiguration config, GUIVariable varParent, java.util.List<IRangeRestriction> rangeRestrictors)Creates a newGUIVariable.voidIGUIConfigChangeListener. imtemsChanged(GUIConfiguration changedConfiguration)Will be called when something inside theGUIConfigurationwas changed.Constructors in net.ssehub.easy.producer.ui.confModel with parameters of type GUIConfiguration Constructor Description AbstractExpandableGUIVariable(IDecisionVariable variable, org.eclipse.swt.widgets.Composite parent, GUIConfiguration parentConfig, GUIVariable varParent)Sole constructor for this class.BasisGUIVariable(IDecisionVariable variable, org.eclipse.swt.widgets.Composite parent, GUIConfiguration config, GUIVariable varParent)Sole constructor for this class.CompoundGUIVariable(IDecisionVariable variable, org.eclipse.swt.widgets.Composite parent, GUIConfiguration config, GUIVariable varParent)Sole constructor for this class.ContainerGUIVariable(IDecisionVariable variable, org.eclipse.swt.widgets.Composite parent, GUIConfiguration config, GUIVariable varParent)Sole constructor for this class.GUIVariable(IDecisionVariable variable, GUIConfiguration parentConfig, GUIVariable parent, org.eclipse.swt.widgets.Composite composite)Sole constructor for this class.VariableVisitor(IDecisionVariable variable, org.eclipse.swt.widgets.Composite parent, GUIConfiguration config, GUIVariable varParent)Sole constructor for this class.VariableVisitor(IDecisionVariable variable, org.eclipse.swt.widgets.Composite parent, GUIConfiguration config, GUIVariable varParent, java.util.List<IRangeRestriction> rangeRestrictors)Sole constructor for this class. -
Uses of GUIConfiguration in net.ssehub.easy.producer.ui.productline_editor
Fields in net.ssehub.easy.producer.ui.productline_editor declared as GUIConfiguration Modifier and Type Field Description private GUIConfigurationConfigurationTableEditorFactory.UIConfiguration. configMethods in net.ssehub.easy.producer.ui.productline_editor that return GUIConfiguration Modifier and Type Method Description (package private) GUIConfigurationConfigurationTableEditorFactory.UIConfiguration. getConfiguration()Returns the IVML configuration.Constructors in net.ssehub.easy.producer.ui.productline_editor with parameters of type GUIConfiguration Constructor Description DelegatingGuiVariable(IDecisionVariable variable, GUIConfiguration parentConfig, org.eclipse.jface.viewers.CellEditor cellEditor)Creates an instance.DelegatingGuiVariable(IDecisionVariable variable, GUIConfiguration parentConfig, org.eclipse.swt.widgets.Control control)Creates an instance. -
Uses of GUIConfiguration in net.ssehub.easy.producer.ui.productline_editor.configuration
Fields in net.ssehub.easy.producer.ui.productline_editor.configuration declared as GUIConfiguration Modifier and Type Field Description private GUIConfigurationAbstractConfigurationLabelProvider. configprivate GUIConfigurationConfigurationTableEditor. guiConfigMethods in net.ssehub.easy.producer.ui.productline_editor.configuration that return GUIConfiguration Modifier and Type Method Description protected GUIConfigurationAbstractConfigurationLabelProvider. getConfiguration()Getter of the configuration edited by the related editor.GUIConfigurationConfigurationTableEditor. getGuiConfig()GUIConfigurationIGUIConfigurationContainer. getGuiConfig()Returns the GUI configuration instance.Methods in net.ssehub.easy.producer.ui.productline_editor.configuration with parameters of type GUIConfiguration Modifier and Type Method Description voidConfigurationTableEditor. changed(GUIConfiguration changedConfiguration)voidConfigurationTableEditor. imtemsChanged(GUIConfiguration changedConfiguration)Constructors in net.ssehub.easy.producer.ui.productline_editor.configuration with parameters of type GUIConfiguration Constructor Description AbstractConfigurationLabelProvider(GUIConfiguration config)Sole constructor for this class.AttributeLabelProvider(GUIConfiguration config)Sole constructor for this class.ConfigurationLabelProvider(GUIConfiguration config)Sole constructor for this class.
-