Uses of Interface
net.ssehub.easy.dslCore.ui.editors.IEmbeddedEditor.IDocumentStateListener
-
Packages that use IEmbeddedEditor.IDocumentStateListener Package Description 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 IEmbeddedEditor.IDocumentStateListener in net.ssehub.easy.dslCore.ui.editors
Fields in net.ssehub.easy.dslCore.ui.editors declared as IEmbeddedEditor.IDocumentStateListener Modifier and Type Field Description private IEmbeddedEditor.IDocumentStateListenerEmbeddedXtextSourceEditor.DocumentContextObserver. listenerFields in net.ssehub.easy.dslCore.ui.editors with type parameters of type IEmbeddedEditor.IDocumentStateListener Modifier and Type Field Description private java.util.Map<IEmbeddedEditor.IDocumentStateListener,org.eclipse.xtext.ui.editor.model.IXtextDocumentContentObserver>EmbeddedXtextSourceEditor. documentStateListenersMethods in net.ssehub.easy.dslCore.ui.editors with parameters of type IEmbeddedEditor.IDocumentStateListener Modifier and Type Method Description voidEmbeddedXtextSourceEditor. addDocumentStateListener(IEmbeddedEditor.IDocumentStateListener listener)voidIEmbeddedEditor. addDocumentStateListener(IEmbeddedEditor.IDocumentStateListener listener)Adds a document state listener.voidEmbeddedXtextSourceEditor. removeDocumentStateListener(IEmbeddedEditor.IDocumentStateListener listener)voidIEmbeddedEditor. removeDocumentStateListener(IEmbeddedEditor.IDocumentStateListener listener)Removes the given document state listener.Constructors in net.ssehub.easy.dslCore.ui.editors with parameters of type IEmbeddedEditor.IDocumentStateListener Constructor Description DocumentContextObserver(IEmbeddedEditor.IDocumentStateListener listener)Creates a document state listener. -
Uses of IEmbeddedEditor.IDocumentStateListener in net.ssehub.easy.producer.ui.productline_editor
Classes in net.ssehub.easy.producer.ui.productline_editor that implement IEmbeddedEditor.IDocumentStateListener Modifier and Type Class Description classModelEditorPageA model editor page for the product line editor which shows an embedded editor.
-