Uses of Interface
net.ssehub.easy.dslCore.ui.ConfigurationEditorFactory.IConfigurationEditorCreator
-
Packages that use ConfigurationEditorFactory.IConfigurationEditorCreator Package Description net.ssehub.easy.dslCore.ui Top-level package for reusable UI implementation of xText editors.net.ssehub.easy.producer.ui.productline_editor This package contains the editor for configuring the product line. -
-
Uses of ConfigurationEditorFactory.IConfigurationEditorCreator in net.ssehub.easy.dslCore.ui
Fields in net.ssehub.easy.dslCore.ui declared as ConfigurationEditorFactory.IConfigurationEditorCreator Modifier and Type Field Description private static ConfigurationEditorFactory.IConfigurationEditorCreatorConfigurationEditorFactory. creatorMethods in net.ssehub.easy.dslCore.ui with parameters of type ConfigurationEditorFactory.IConfigurationEditorCreator Modifier and Type Method Description static voidConfigurationEditorFactory. setCreator(ConfigurationEditorFactory.IConfigurationEditorCreator cfgCreator)Defines the editor creator. -
Uses of ConfigurationEditorFactory.IConfigurationEditorCreator in net.ssehub.easy.producer.ui.productline_editor
Classes in net.ssehub.easy.producer.ui.productline_editor that implement ConfigurationEditorFactory.IConfigurationEditorCreator Modifier and Type Class Description classConfigurationTableEditorFactoryAn UI element factory (preliminary).
-