Uses of Interface
net.ssehub.easy.varModel.confModel.IConfigurationChangeListener
-
Packages that use IConfigurationChangeListener Package Description net.ssehub.easy.instantiation.core.model.vilTypes.configuration All classes related to the EASy integration of configuration and decisions.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.net.ssehub.easy.varModel.confModel This package represents a specific variability model configuration. -
-
Uses of IConfigurationChangeListener in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Classes in net.ssehub.easy.instantiation.core.model.vilTypes.configuration that implement IConfigurationChangeListener Modifier and Type Class Description private classChangeHistory.ChangeListenerImplements a change listener to track reasoning changes to the configuration.Fields in net.ssehub.easy.instantiation.core.model.vilTypes.configuration declared as IConfigurationChangeListener Modifier and Type Field Description private IConfigurationChangeListenerChangeHistory. changeListener -
Uses of IConfigurationChangeListener in net.ssehub.easy.producer.ui.productline_editor
Classes in net.ssehub.easy.producer.ui.productline_editor that implement IConfigurationChangeListener Modifier and Type Class Description private static classConfigurationTableEditorFactory.ConfigTableEditorJust for now as the constructor of the target class is protected. -
Uses of IConfigurationChangeListener in net.ssehub.easy.producer.ui.productline_editor.configuration
Classes in net.ssehub.easy.producer.ui.productline_editor.configuration that implement IConfigurationChangeListener Modifier and Type Class Description classAbstractConfigMenuAbstract super class for menu modifying theGUIConfiguration.classAttributeValuesPageEditor for displaying and editing the temporary attribute settings to be passed configuration of the current project.private classAttributeValuesPage.AttributeTableEditorDefines a customized table editor.classConfigurationHeaderMenuHeader menu holding buttons for the product configuration editor page.
This buttons allow the user to: Validate made Decisions Transform the product This class also handles the transformator notification pop up.classConfigurationTableEditorThe table for editing the configuration, without surrounding buttons or other stuff.classFilterMenuGraphical Menu for filtering configuration items (variables) displayed inside the GUI. -
Uses of IConfigurationChangeListener in net.ssehub.easy.varModel.confModel
Fields in net.ssehub.easy.varModel.confModel with type parameters of type IConfigurationChangeListener Modifier and Type Field Description private java.util.List<IConfigurationChangeListener>Configuration. listenersMethods in net.ssehub.easy.varModel.confModel with parameters of type IConfigurationChangeListener Modifier and Type Method Description voidConfiguration. register(IConfigurationChangeListener listener)Registers a new listener.booleanConfiguration. unregister(IConfigurationChangeListener listener)Unregisters an listener.
-