public class GlobalURIEditorOpener extends java.lang.Object implements IURIEditorOpener
Constructor and Description |
---|
GlobalURIEditorOpener() |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.ui.IWorkbench |
getWorkbench() |
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 referenceOwnerURI,
org.eclipse.emf.ecore.EReference reference,
int indexInList,
boolean select) |
org.eclipse.ui.IEditorPart |
open(org.eclipse.emf.common.util.URI uri,
java.lang.Object context,
boolean select) |
protected org.eclipse.ui.IEditorPart |
openDefaultEditor(org.eclipse.core.resources.IFile file) |
protected org.eclipse.ui.IEditorPart |
openDefaultEditor(org.eclipse.core.resources.IStorage storage,
org.eclipse.emf.common.util.URI uri) |
protected org.eclipse.ui.IEditorPart |
openDefaultEditor(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) |
public org.eclipse.ui.IEditorPart open(org.eclipse.emf.common.util.URI uri, java.lang.Object context, boolean select)
public org.eclipse.ui.IEditorPart open(org.eclipse.emf.common.util.URI uri, boolean select)
open
in interface IURIEditorOpener
public org.eclipse.ui.IEditorPart open(org.eclipse.emf.common.util.URI referenceOwnerURI, org.eclipse.emf.ecore.EReference reference, int indexInList, boolean select)
open
in interface IURIEditorOpener
protected org.eclipse.ui.IEditorPart openDefaultEditor(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)
protected org.eclipse.ui.IEditorPart openDefaultEditor(org.eclipse.core.resources.IFile file) throws org.eclipse.ui.PartInitException
org.eclipse.ui.PartInitException
protected org.eclipse.ui.IEditorPart openDefaultEditor(org.eclipse.core.resources.IStorage storage, org.eclipse.emf.common.util.URI uri) throws org.eclipse.ui.PartInitException
org.eclipse.ui.PartInitException
protected org.eclipse.ui.IWorkbench getWorkbench()