Uses of Interface
net.ssehub.easy.dslCore.ui.editors.ModelEditorConfigurer.IModelEditorConfigurer
-
Packages that use ModelEditorConfigurer.IModelEditorConfigurer Package Description de.uni_hildesheim.sse.ui de.uni_hildesheim.sse.ui.embed de.uni_hildesheim.sse.vil.templatelang.ui.embed net.ssehub.easy.dslCore.ui.editors Reusable xText functionality.net.ssehub.easy.producer.ui.productline_editor This package contains the editor for configuring the product line. -
-
Uses of ModelEditorConfigurer.IModelEditorConfigurer in de.uni_hildesheim.sse.ui
Classes in de.uni_hildesheim.sse.ui that implement ModelEditorConfigurer.IModelEditorConfigurer Modifier and Type Class Description classActivatorExtends the generated activator.classStandaloneActivatorThe activator class controls the plug-in life cycle. -
Uses of ModelEditorConfigurer.IModelEditorConfigurer in de.uni_hildesheim.sse.ui.embed
Classes in de.uni_hildesheim.sse.ui.embed that implement ModelEditorConfigurer.IModelEditorConfigurer Modifier and Type Class Description classEditorUtilsProvides editor utility methods. -
Uses of ModelEditorConfigurer.IModelEditorConfigurer in de.uni_hildesheim.sse.vil.templatelang.ui.embed
Classes in de.uni_hildesheim.sse.vil.templatelang.ui.embed that implement ModelEditorConfigurer.IModelEditorConfigurer Modifier and Type Class Description classEditorUtilsProvides editor utility methods. -
Uses of ModelEditorConfigurer.IModelEditorConfigurer in net.ssehub.easy.dslCore.ui.editors
Fields in net.ssehub.easy.dslCore.ui.editors with type parameters of type ModelEditorConfigurer.IModelEditorConfigurer Modifier and Type Field Description static java.util.Comparator<ModelEditorConfigurer.IModelEditorConfigurer>ModelEditorConfigurer. COMPARATORImplements a comparator to sort configurers according to the ordinal.private static java.util.List<ModelEditorConfigurer.IModelEditorConfigurer>ModelEditorConfigurer. CONFIGURERSMethods in net.ssehub.easy.dslCore.ui.editors that return types with arguments of type ModelEditorConfigurer.IModelEditorConfigurer Modifier and Type Method Description static java.lang.Iterable<ModelEditorConfigurer.IModelEditorConfigurer>ModelEditorConfigurer. registered()Allows iterating over the registered configurers.Methods in net.ssehub.easy.dslCore.ui.editors with parameters of type ModelEditorConfigurer.IModelEditorConfigurer Modifier and Type Method Description static voidModelEditorConfigurer. register(ModelEditorConfigurer.IModelEditorConfigurer configurer)Registers a configurer.static voidModelEditorConfigurer. unregister(ModelEditorConfigurer.IModelEditorConfigurer configurer)Unregisters a configurer. -
Uses of ModelEditorConfigurer.IModelEditorConfigurer in net.ssehub.easy.producer.ui.productline_editor
Methods in net.ssehub.easy.producer.ui.productline_editor with parameters of type ModelEditorConfigurer.IModelEditorConfigurer Modifier and Type Method Description static ModelEditorPageModelEditorPage. createPage(ProductLineProject plp, org.eclipse.swt.widgets.Composite parent, ModelEditorConfigurer.IModelEditorConfigurer configurer, ModelInfo<?> info)Creates the editor page only if the underlying model resource as well as the embedded editor are available.Constructors in net.ssehub.easy.producer.ui.productline_editor with parameters of type ModelEditorConfigurer.IModelEditorConfigurer Constructor Description HeaderMenu(org.eclipse.swt.widgets.Composite parent, ProductLineProject plp, ModelEditorConfigurer.IModelEditorConfigurer configurer, ModelInfo<?> info)Creates a generic header menu from the givenconfigurer.ModelEditorPage(ProductLineProject plp, ModelEditorConfigurer.IModelEditorConfigurer configurer, org.eclipse.swt.widgets.Composite parent, ModelInfo<?> info)Creates a model editor page.
-