Package net.ssehub.easy.dslCore.ui.editors
Reusable xText functionality.
-
Interface Summary Interface Description IEmbeddedEditor Represents an embedded editor.IEmbeddedEditor.IDocumentStateListener Informs interested parties about actual document changes.IEmbeddedEditor.IValidationStateListener Informs interested parties about the actual validation state of the editor.IUpdatableEditor An updatable editor.ModelEditorConfigurer.IHeader Defines the interface for a header component created by a configurer.ModelEditorConfigurer.IModelEditorConfigurer The actual configurer interface. -
Class Summary Class Description AbstractModelChangeListener Abstract listener for listening to changes of an underlying model and updating the respectiveorg.eclipse.xtext.ui.editor.XtextEditorregistered to this listener as well as all otherorg.eclipse.xtext.ui.editor.XtextEditorcurrently running.CommonXtextEditor<T extends org.eclipse.emf.ecore.EObject,R> A common extension of the generalorg.eclipse.xtext.ui.editor.XtextEditor.CustomXtextEditorCallback Implements a custom CompoundXtextEditorCallback which can be registered to a XtextEditor in oder to react on key events.EmbeddedXtextSourceEditor Represents an embedded Xtext editor.EmbeddedXtextSourceEditor.DocumentContextObserver Implements a delegating document context observer.EmbeddingHelper Helps embedding the xText-editor of a certain grammar.ModelEditorConfigurer Defines an interface and registration methods to describe how top-level models shall be displayed in the EASy product line editor.