Uses of Interface
net.ssehub.easy.producer.ui.confModel.GUIEditor
-
Packages that use GUIEditor 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 GUIEditor in net.ssehub.easy.producer.ui.confModel
Classes in net.ssehub.easy.producer.ui.confModel that implement GUIEditor Modifier and Type Class Description (package private) classComboGUIEditorImplements a combo GUI editor representation.classContainerTextGUIEditorClass that implements the GUIEditor.(package private) classLabelGUIEditorImplements a (non-modifable) label editor implementation.classMultipleSelectionEditorImplements a GUI representation for references.(package private) classTextGUIEditorImplements a GUI editor representation for Text.Methods in net.ssehub.easy.producer.ui.confModel that return GUIEditor Modifier and Type Method Description GUIEditorAbstractExpandableGUIVariable. getEditor()GUIEditorBasisGUIVariable. getEditor()GUIEditorComboboxGUIVariable. getEditor()GUIEditorContainerGUIVariable. getEditor()abstract GUIEditorGUIVariable. getEditor()Returns the (non-cell) editor for this variable. -
Uses of GUIEditor in net.ssehub.easy.producer.ui.productline_editor
Classes in net.ssehub.easy.producer.ui.productline_editor that implement GUIEditor Modifier and Type Class Description private static classConfigurationTableEditorFactory.DelegatingGuiVariableImplements a delegating GuiVariable for externally created editors, so that they can be handled like EASy variables.Fields in net.ssehub.easy.producer.ui.productline_editor with type parameters of type GUIEditor Modifier and Type Field Description private java.util.Map<GUIVariable,GUIEditor>ConfigurationTableEditorFactory.UIConfiguration. mapMethods in net.ssehub.easy.producer.ui.productline_editor that return GUIEditor Modifier and Type Method Description GUIEditorConfigurationTableEditorFactory.DelegatingGuiVariable. getEditor()Methods in net.ssehub.easy.producer.ui.productline_editor with parameters of type GUIEditor Modifier and Type Method Description (package private) voidConfigurationTableEditorFactory.UIConfiguration. add(GUIVariable variable, GUIEditor editor)Adds a mapping between a GUI variable and a GUI editor.
-