Uses of Class
net.ssehub.easy.dslCore.ui.editors.AbstractModelChangeListener
-
Packages that use AbstractModelChangeListener Package Description de.uni_hildesheim.sse.ui de.uni_hildesheim.sse.ui.embed de.uni_hildesheim.sse.vil.templatelang.ui de.uni_hildesheim.sse.vil.templatelang.ui.embed net.ssehub.easy.dslCore.ui.editors Reusable xText functionality. -
-
Uses of AbstractModelChangeListener in de.uni_hildesheim.sse.ui
Subclasses of AbstractModelChangeListener in de.uni_hildesheim.sse.ui Modifier and Type Class Description classBuildModelListenerAde.uni_hildesheim.sse.easy_producer.instantiator.model.buildlangModel.Scriptlistener, which receives notifications about changes of the build model and then forces an update of thede.uni_hildesheim.sse.ui.XtextEditorinstance that is used to edit the corresponding document in which the script is defined.classVarModelListenerAde.uni_hildesheim.sse.model.varModel.Projectlistener, which receives notifications about changes of the variability model and then forces an update of thede.uni_hildesheim.sse.ui.XtextEditorinstance that is used to edit the corresponding document in which the variability model is defined.Methods in de.uni_hildesheim.sse.ui that return AbstractModelChangeListener Modifier and Type Method Description AbstractModelChangeListenerActivator. getModelChangeListener() -
Uses of AbstractModelChangeListener in de.uni_hildesheim.sse.ui.embed
Methods in de.uni_hildesheim.sse.ui.embed that return AbstractModelChangeListener Modifier and Type Method Description AbstractModelChangeListenerEditorUtils. getModelChangeListener() -
Uses of AbstractModelChangeListener in de.uni_hildesheim.sse.vil.templatelang.ui
Subclasses of AbstractModelChangeListener in de.uni_hildesheim.sse.vil.templatelang.ui Modifier and Type Class Description classTemplateModelListenerAde.uni_hildesheim.sse.easy_producer.instantiator.model.templateModel.Templatelistener, which receives notifications about changes of the template model and then forces an update of thede.uni_hildesheim.sse.ui.XtextEditorinstance that is used to edit the corresponding document in which the template is defined. -
Uses of AbstractModelChangeListener in de.uni_hildesheim.sse.vil.templatelang.ui.embed
Methods in de.uni_hildesheim.sse.vil.templatelang.ui.embed that return AbstractModelChangeListener Modifier and Type Method Description AbstractModelChangeListenerEditorUtils. getModelChangeListener() -
Uses of AbstractModelChangeListener in net.ssehub.easy.dslCore.ui.editors
Fields in net.ssehub.easy.dslCore.ui.editors declared as AbstractModelChangeListener Modifier and Type Field Description protected AbstractModelChangeListenerCommonXtextEditor. modelListenerThe listener which will be registered to this editor in order to receive notifications about updates of the underlying model.private AbstractModelChangeListenerEmbeddedXtextSourceEditor. modelListenerMethods in net.ssehub.easy.dslCore.ui.editors that return AbstractModelChangeListener Modifier and Type Method Description AbstractModelChangeListenerModelEditorConfigurer.IModelEditorConfigurer. getModelChangeListener()Returns the model change listener, e.g., to rebuild the related model on save.Methods in net.ssehub.easy.dslCore.ui.editors with parameters of type AbstractModelChangeListener Modifier and Type Method Description voidEmbeddedXtextSourceEditor. setModelListener(AbstractModelChangeListener modelListener)voidIEmbeddedEditor. setModelListener(AbstractModelChangeListener modelListener)Defines the model listener being called inIEmbeddedEditor.doSave().
-