Uses of Interface
net.ssehub.easy.producer.ui.confModel.IRangeRestriction
-
Packages that use IRangeRestriction 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 IRangeRestriction in net.ssehub.easy.producer.ui.confModel
Fields in net.ssehub.easy.producer.ui.confModel with type parameters of type IRangeRestriction Modifier and Type Field Description private java.util.List<IRangeRestriction>GUIValueFactory.VariableVisitor. rangeRestrictorsMethod parameters in net.ssehub.easy.producer.ui.confModel with type arguments of type IRangeRestriction Modifier and Type Method Description static GUIVariableGUIValueFactory. createVariable(IDecisionVariable variable, org.eclipse.swt.widgets.Composite parent, GUIConfiguration config, GUIVariable varParent, java.util.List<IRangeRestriction> rangeRestrictors)Creates a newGUIVariable.Constructor parameters in net.ssehub.easy.producer.ui.confModel with type arguments of type IRangeRestriction Constructor Description 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 IRangeRestriction in net.ssehub.easy.producer.ui.productline_editor
Method parameters in net.ssehub.easy.producer.ui.productline_editor with type arguments of type IRangeRestriction Modifier and Type Method Description static org.eclipse.jface.viewers.CellEditorConfigurationTableEditorFactory. createCellEditor(ConfigurationTableEditorFactory.UIConfiguration config, IDecisionVariable variable, java.util.List<IRangeRestriction> restrictors)Creates a cell editor element for the given decision variable.static org.eclipse.swt.widgets.ControlConfigurationTableEditorFactory. createEditor(ConfigurationTableEditorFactory.UIConfiguration config, IDecisionVariable variable, java.util.List<IRangeRestriction> restrictors)Creates a form editor element for the given decision variable.
-