Uses of Interface
net.ssehub.easy.producer.ui.productline_editor.IEASyEditorPage
-
Packages that use IEASyEditorPage Package Description 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.producer.ui.productline_editor.instantiator This package holds classes for the instantiator editor.net.ssehub.easy.producer.ui.productline_editor.project_configuration This package contains classes for configuring the current project. -
-
Uses of IEASyEditorPage in net.ssehub.easy.producer.ui.productline_editor
Classes in net.ssehub.easy.producer.ui.productline_editor that implement IEASyEditorPage Modifier and Type Class Description classAbstractEASyEditorPageAbstract super class for editor pages of the EASy-Producer tool suite.classDelegatingEasyEditorPageImplementation of an editorpage to use the configuration table editor within usual composites.classModelEditorPageA model editor page for the product line editor which shows an embedded editor.Fields in net.ssehub.easy.producer.ui.productline_editor declared as IEASyEditorPage Modifier and Type Field Description private IEASyEditorPageConfigurationTableEditorFactory.UIConfiguration. parentMethods in net.ssehub.easy.producer.ui.productline_editor that return IEASyEditorPage Modifier and Type Method Description IEASyEditorPageConfigurationTableEditorFactory.UIConfiguration. getParent()Returns the parent editor instance.Methods in net.ssehub.easy.producer.ui.productline_editor with parameters of type IEASyEditorPage Modifier and Type Method Description static ConfigurationTableEditorFactory.UIConfigurationConfigurationTableEditorFactory. createConfiguration(Configuration config, IEASyEditorPage parent)Creates a configuration instance holding UI configuration elements without parameters.static ConfigurationTableEditorFactory.UIConfigurationConfigurationTableEditorFactory. createConfiguration(Configuration config, IEASyEditorPage parent, java.util.Map<ConfigurationTableEditorFactory.UIParameter,java.lang.Object> parameter)Creates a configuration instance holding UI configuration elements.static org.eclipse.jface.viewers.TreeViewerConfigurationTableEditorFactory. createConfigurationTableEditor(Configuration configuration, IEASyEditorPage parent)Creates a configuration table editor.Constructors in net.ssehub.easy.producer.ui.productline_editor with parameters of type IEASyEditorPage Constructor Description ConfigTableEditor(Configuration configuration, IEASyEditorPage parent)Creates a configuration table editor.UIConfiguration(Configuration config, IEASyEditorPage parent, java.util.Map<ConfigurationTableEditorFactory.UIParameter,java.lang.Object> parameter)Creates a configuration instance. -
Uses of IEASyEditorPage in net.ssehub.easy.producer.ui.productline_editor.configuration
Classes in net.ssehub.easy.producer.ui.productline_editor.configuration that implement IEASyEditorPage Modifier and Type Class Description classAttributeValuesPageEditor for displaying and editing the temporary attribute settings to be passed configuration of the current project.classConfigurationPageEditor for displaying and editing the configuration of the current project.Fields in net.ssehub.easy.producer.ui.productline_editor.configuration declared as IEASyEditorPage Modifier and Type Field Description private IEASyEditorPageConfigurationTableEditor. parentPageConstructors in net.ssehub.easy.producer.ui.productline_editor.configuration with parameters of type IEASyEditorPage Constructor Description ConfigurationTableEditor(Configuration configuration, IEASyEditorPage parent)Sole constructor for this editor. -
Uses of IEASyEditorPage in net.ssehub.easy.producer.ui.productline_editor.instantiator
Classes in net.ssehub.easy.producer.ui.productline_editor.instantiator that implement IEASyEditorPage Modifier and Type Class Description classInstantiatorConfigPageCreates the editor page for linking files with a file instantiator.
This page allows the user to: Add and delete instantiator engines See configured instantiator engines Change the files bound to an instantiator if that instantiator had been created in this ProductLineProject See informations about the instantiator that is currently shown See the filetype an instantiator will handle, after clicking save, if there are multiple filetypes to be handled, the type will be shown as "various" To check for files that might be instantiated by multiple instantiator engines -
Uses of IEASyEditorPage in net.ssehub.easy.producer.ui.productline_editor.project_configuration
Classes in net.ssehub.easy.producer.ui.productline_editor.project_configuration that implement IEASyEditorPage Modifier and Type Class Description classProjectConfigurationPagePage for editing the current project.
-