Uses of Class
net.ssehub.easy.producer.ui.productline_editor.AbstractEASyEditorPage
-
Packages that use AbstractEASyEditorPage 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 AbstractEASyEditorPage in net.ssehub.easy.producer.ui.productline_editor
Subclasses of AbstractEASyEditorPage in net.ssehub.easy.producer.ui.productline_editor Modifier and Type Class Description classModelEditorPageA model editor page for the product line editor which shows an embedded editor.Fields in net.ssehub.easy.producer.ui.productline_editor with type parameters of type AbstractEASyEditorPage Modifier and Type Field Description private java.util.List<AbstractEASyEditorPage>Editor. pagesMethods in net.ssehub.easy.producer.ui.productline_editor that return AbstractEASyEditorPage Modifier and Type Method Description AbstractEASyEditorPageIEASyEditorPageCreator. createPage(ProductLineProject plp, org.eclipse.swt.widgets.Composite parent)Creates a newAbstractEASyEditorPagefor the givenProductLineProject.Methods in net.ssehub.easy.producer.ui.productline_editor with parameters of type AbstractEASyEditorPage Modifier and Type Method Description private voidEditor. addConditionalPage(AbstractEASyEditorPage page)Adds an editor page.voidEditor. pageBecomesDirty(AbstractEASyEditorPage page)voidIEASyPageListener. pageBecomesDirty(AbstractEASyEditorPage page)Informs the listener that the page becomes dirty. -
Uses of AbstractEASyEditorPage in net.ssehub.easy.producer.ui.productline_editor.configuration
Subclasses of AbstractEASyEditorPage in net.ssehub.easy.producer.ui.productline_editor.configuration 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 AbstractEASyEditorPage Modifier and Type Field Description private AbstractEASyEditorPageConfigurationHeaderMenu. parentPageConstructors in net.ssehub.easy.producer.ui.productline_editor.configuration with parameters of type AbstractEASyEditorPage Constructor Description AttributeTableEditor(Configuration configuration, AbstractEASyEditorPage parent)Sole constructor for this editor.ConfigurationHeaderMenu(org.eclipse.swt.widgets.Composite parent, ProductLineProject plp, AbstractEASyEditorPage parentPage)Sole constructor for this class. -
Uses of AbstractEASyEditorPage in net.ssehub.easy.producer.ui.productline_editor.instantiator
Subclasses of AbstractEASyEditorPage in net.ssehub.easy.producer.ui.productline_editor.instantiator 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 AbstractEASyEditorPage in net.ssehub.easy.producer.ui.productline_editor.project_configuration
Subclasses of AbstractEASyEditorPage in net.ssehub.easy.producer.ui.productline_editor.project_configuration Modifier and Type Class Description classProjectConfigurationPagePage for editing the current project.Fields in net.ssehub.easy.producer.ui.productline_editor.project_configuration declared as AbstractEASyEditorPage Modifier and Type Field Description private AbstractEASyEditorPageEASyDebugInformationButton. parentPageprivate AbstractEASyEditorPageModelCombobox. parentPageprivate AbstractEASyEditorPageProductLineHeaderMenu. relatedEditorConstructors in net.ssehub.easy.producer.ui.productline_editor.project_configuration with parameters of type AbstractEASyEditorPage Constructor Description EASyDebugInformationButton(org.eclipse.swt.widgets.Composite parent, PLPInfo plp, AbstractEASyEditorPage parentPage)Sole constructor for this class, will create a new checkbox.ModelCombobox(org.eclipse.swt.widgets.Composite parent, ProductLineProject plp, AbstractEASyEditorPage parentPage)Constructor.ProductLineHeaderMenu(org.eclipse.swt.widgets.Composite parent, ProductLineProject plp, AbstractEASyEditorPage relatedEditor)Sole constructor for this class.ReasonerSettings(org.eclipse.swt.widgets.Composite parent, ReasonerConfiguration cfg, AbstractEASyEditorPage parentPage)Sole constructor for this class.
-