Uses of Interface
net.ssehub.easy.producer.ui.confModel.IGUIConfigChangeListener
-
Packages that use IGUIConfigChangeListener 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 IGUIConfigChangeListener in net.ssehub.easy.producer.ui.confModel
Fields in net.ssehub.easy.producer.ui.confModel with type parameters of type IGUIConfigChangeListener Modifier and Type Field Description private java.util.List<IGUIConfigChangeListener>GUIConfiguration. listenersMethods in net.ssehub.easy.producer.ui.confModel with parameters of type IGUIConfigChangeListener Modifier and Type Method Description voidGUIConfiguration. register(IGUIConfigChangeListener listener)Adds a newIGUIConfigChangeListenerto this configuration. -
Uses of IGUIConfigChangeListener in net.ssehub.easy.producer.ui.productline_editor
Classes in net.ssehub.easy.producer.ui.productline_editor that implement IGUIConfigChangeListener Modifier and Type Class Description private static classConfigurationTableEditorFactory.ConfigTableEditorJust for now as the constructor of the target class is protected. -
Uses of IGUIConfigChangeListener in net.ssehub.easy.producer.ui.productline_editor.configuration
Classes in net.ssehub.easy.producer.ui.productline_editor.configuration that implement IGUIConfigChangeListener Modifier and Type Class Description private classAttributeValuesPage.AttributeTableEditorDefines a customized table editor.classConfigurationTableEditorThe table for editing the configuration, without surrounding buttons or other stuff.
-