Uses of Interface
net.ssehub.easy.producer.ui.productline_editor.IUpdateProvider
-
Packages that use IUpdateProvider 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 IUpdateProvider in net.ssehub.easy.producer.ui.confModel
Classes in net.ssehub.easy.producer.ui.confModel that implement IUpdateProvider Modifier and Type Class Description (package private) classComboboxGUICellEditorImplements an updatable combobox cell editor.classTextGUICellEditorImplements an updating text cell editor. -
Uses of IUpdateProvider in net.ssehub.easy.producer.ui.productline_editor
Methods in net.ssehub.easy.producer.ui.productline_editor with parameters of type IUpdateProvider Modifier and Type Method Description voidIUpdateListener. valueChanged(IUpdateProvider provider)Called when the value changed.
-