Uses of Class
net.ssehub.easy.dslCore.ui.editors.CommonXtextEditor
-
Packages that use CommonXtextEditor Package Description de.uni_hildesheim.sse.ui de.uni_hildesheim.sse.ui.hyperlinking VIL hyperlinking.de.uni_hildesheim.sse.vil de.uni_hildesheim.sse.vil.templatelang.ui de.uni_hildesheim.sse.vil.templatelang.ui.hyperlinking VTL hyperlinking.net.ssehub.easy.dslCore.ui.editors Reusable xText functionality.net.ssehub.easy.dslCore.ui.hyperlinking Generic hyperlinking. -
-
Uses of CommonXtextEditor in de.uni_hildesheim.sse.ui
Subclasses of CommonXtextEditor in de.uni_hildesheim.sse.ui Modifier and Type Class Description classXtextEditorA specific editor class for VIL. -
Uses of CommonXtextEditor in de.uni_hildesheim.sse.ui.hyperlinking
Methods in de.uni_hildesheim.sse.ui.hyperlinking with parameters of type CommonXtextEditor Modifier and Type Method Description org.eclipse.emf.ecore.EObjectEcoreModelQuery. getEcoreElement(CommonXtextEditor<?,de.uni_hildesheim.sse.ivml.Project> ivmlEditor, ModelElementTypeFinder.ModelElementDescription elementDescription)Returns theEObjectof the parse tree of the givenXtextEditor's resource that matches the element described by the givenModelElementTypeFinder.ModelElementDescription.org.eclipse.emf.ecore.EObjectVilEcoreModelQuery. getEcoreElement(CommonXtextEditor<?,de.uni_hildesheim.sse.vilBuildLanguage.LanguageUnit> editor, ILanguageElement declaration) -
Uses of CommonXtextEditor in de.uni_hildesheim.sse.vil
Subclasses of CommonXtextEditor in de.uni_hildesheim.sse.vil 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 CommonXtextEditor in de.uni_hildesheim.sse.vil.templatelang.ui
Subclasses of CommonXtextEditor in de.uni_hildesheim.sse.vil.templatelang.ui Modifier and Type Class Description classXtextEditorA specific editor class for VTL. -
Uses of CommonXtextEditor in de.uni_hildesheim.sse.vil.templatelang.ui.hyperlinking
Methods in de.uni_hildesheim.sse.vil.templatelang.ui.hyperlinking with parameters of type CommonXtextEditor Modifier and Type Method Description org.eclipse.emf.ecore.EObjectVtlEcoreModelQuery. getEcoreElement(CommonXtextEditor<?,de.uni_hildesheim.sse.vil.templatelang.templateLang.LanguageUnit> editor, ILanguageElement declaration) -
Uses of CommonXtextEditor in net.ssehub.easy.dslCore.ui.editors
Fields in net.ssehub.easy.dslCore.ui.editors declared as CommonXtextEditor Modifier and Type Field Description private CommonXtextEditorCustomXtextEditorCallback. xtextEditor -
Uses of CommonXtextEditor in net.ssehub.easy.dslCore.ui.hyperlinking
Fields in net.ssehub.easy.dslCore.ui.hyperlinking declared as CommonXtextEditor Modifier and Type Field Description private CommonXtextEditor<?,P>AbstractEcoreModelQuery. currentEditorStores the currentXtextEditorfrom which theXtextResourceis used as a basis for parsing the Ecore-model which in turn is used for retrieving elements from.Methods in net.ssehub.easy.dslCore.ui.hyperlinking that return CommonXtextEditor Modifier and Type Method Description private CommonXtextEditor<T,P>GenericEditorOpener. open(org.eclipse.ui.IEditorDescriptor editorDescr, org.eclipse.ui.IWorkbenchPage activeWorkbenchWindowPage, org.eclipse.core.resources.IFile projectFile)Finally opens the editor.private CommonXtextEditor<T,P>GenericEditorOpener. openEditor(java.net.URI uri)Opens anXtextEditorfor the language for the resource identified by the givenURI.Methods in net.ssehub.easy.dslCore.ui.hyperlinking with parameters of type CommonXtextEditor Modifier and Type Method Description org.eclipse.emf.ecore.EObjectIEcoreModelQuery. getEcoreElement(CommonXtextEditor<?,P> editor, R elementDescription)Returns theEObjectof the parse tree of the given editor's resource that matches the element described by the givenModelElementDescription.protected org.eclipse.xtext.resource.XtextResourceAbstractEcoreModelQuery. getXtextResource(CommonXtextEditor<?,P> ivmlEditor)Returns theXtextResourcecurrently displayed by the given editor.private voidGenericEditorOpener. setCursor(CommonXtextEditor<T,P> editor, int targetOffset, int targetEnd)Sets the cursor in the given editor to the given target offset and selects the full text from that offset to the given target end.private voidGenericEditorOpener. setCursor(CommonXtextEditor<T,P> editor, org.eclipse.emf.ecore.EObject targetObject)Sets the cursor in the given editor to the location of the given object and highlights this object (the textual representation in the file).
-