public class LanguageSpecificURIEditorOpener extends Object implements IURIEditorOpener
| Constructor and Description |
|---|
LanguageSpecificURIEditorOpener() |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.emf.ecore.EObject |
findEObjectByURI(org.eclipse.emf.common.util.URI uri,
XtextResource resource) |
protected String |
getEditorId() |
ILocationInFileProvider |
getLocationProvider() |
org.eclipse.ui.IEditorPart |
open(org.eclipse.emf.common.util.URI uri,
boolean select) |
org.eclipse.ui.IEditorPart |
open(org.eclipse.emf.common.util.URI uri,
org.eclipse.emf.ecore.EReference crossReference,
int indexInList,
boolean select) |
protected void |
selectAndReveal(org.eclipse.ui.IEditorPart openEditor,
org.eclipse.emf.common.util.URI uri,
org.eclipse.emf.ecore.EReference crossReference,
int indexInList,
boolean select) |
void |
setLocationProvider(ILocationInFileProvider locationProvider) |
public void setLocationProvider(ILocationInFileProvider locationProvider)
public ILocationInFileProvider getLocationProvider()
public org.eclipse.ui.IEditorPart open(org.eclipse.emf.common.util.URI uri,
boolean select)
open in interface IURIEditorOpenerpublic org.eclipse.ui.IEditorPart open(org.eclipse.emf.common.util.URI uri,
org.eclipse.emf.ecore.EReference crossReference,
int indexInList,
boolean select)
open in interface IURIEditorOpenerprotected String getEditorId()
protected void selectAndReveal(org.eclipse.ui.IEditorPart openEditor,
org.eclipse.emf.common.util.URI uri,
org.eclipse.emf.ecore.EReference crossReference,
int indexInList,
boolean select)
protected org.eclipse.emf.ecore.EObject findEObjectByURI(org.eclipse.emf.common.util.URI uri,
XtextResource resource)
Copyright © 2016. All Rights Reserved.