Uses of Interface
net.ssehub.easy.dslCore.ui.editors.IUpdatableEditor
-
Packages that use IUpdatableEditor Package Description de.uni_hildesheim.sse.ui de.uni_hildesheim.sse.vil de.uni_hildesheim.sse.vil.templatelang.ui net.ssehub.easy.dslCore.ui.editors Reusable xText functionality. -
-
Uses of IUpdatableEditor in de.uni_hildesheim.sse.ui
Classes in de.uni_hildesheim.sse.ui that implement IUpdatableEditor Modifier and Type Class Description classXtextEditorA specific editor class for VIL. -
Uses of IUpdatableEditor in de.uni_hildesheim.sse.vil
Classes in de.uni_hildesheim.sse.vil that implement IUpdatableEditor Modifier and Type Class Description classAbstractXTextEditor<T extends org.eclipse.emf.ecore.EObject,R>An abstract XText editor providing some capabilities for VIL/VTL. -
Uses of IUpdatableEditor in de.uni_hildesheim.sse.vil.templatelang.ui
Classes in de.uni_hildesheim.sse.vil.templatelang.ui that implement IUpdatableEditor Modifier and Type Class Description classXtextEditorA specific editor class for VTL. -
Uses of IUpdatableEditor in net.ssehub.easy.dslCore.ui.editors
Classes in net.ssehub.easy.dslCore.ui.editors that implement IUpdatableEditor Modifier and Type Class Description classCommonXtextEditor<T extends org.eclipse.emf.ecore.EObject,R>A common extension of the generalorg.eclipse.xtext.ui.editor.XtextEditor.(package private) classEmbeddedXtextSourceEditorRepresents an embedded Xtext editor.Fields in net.ssehub.easy.dslCore.ui.editors declared as IUpdatableEditor Modifier and Type Field Description protected IUpdatableEditorAbstractModelChangeListener. xtextEditorThe editor instance which is registered to this listener in order to be updated if the underlying model changes.Methods in net.ssehub.easy.dslCore.ui.editors with parameters of type IUpdatableEditor Modifier and Type Method Description voidAbstractModelChangeListener. register(IUpdatableEditor editor)Registers the editor to this listener in order to update the editor if the underlying model changes.
-