Uses of Interface
net.ssehub.easy.producer.ui.productline_editor.configuration.AttributesComboViewer.IGroupValueProvider
-
Packages that use AttributesComboViewer.IGroupValueProvider Package Description 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 AttributesComboViewer.IGroupValueProvider in net.ssehub.easy.producer.ui.productline_editor.configuration
Fields in net.ssehub.easy.producer.ui.productline_editor.configuration declared as AttributesComboViewer.IGroupValueProvider Modifier and Type Field Description static AttributesComboViewer.IGroupValueProviderAttributesComboViewer. DEFAULT_TRUEDefault value provider for enabled groups.private AttributesComboViewer.IGroupValueProviderAttributesComboViewer. groupValueProviderMethods in net.ssehub.easy.producer.ui.productline_editor.configuration with parameters of type AttributesComboViewer.IGroupValueProvider Modifier and Type Method Description voidAttributesComboViewer. setGroupValueProvider(AttributesComboViewer.IGroupValueProvider groupValueProvider)Changes the group value provider.Constructors in net.ssehub.easy.producer.ui.productline_editor.configuration with parameters of type AttributesComboViewer.IGroupValueProvider Constructor Description AttributesComboViewer(org.eclipse.swt.widgets.Composite parent, AttributesComboViewer.IGroupValueProvider groupValueProvider, boolean all)Creates a viewer.
-