public final class Ui
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static org.eclipse.ui.IEditorPart |
dereferenceEditor(org.eclipse.ui.IEditorReference reference)
Returns the referenced editor or
null if the editor was not instantiated. |
static org.eclipse.ui.IWorkbenchPart |
dereferencePart(org.eclipse.ui.IWorkbenchPartReference reference)
Returns the referenced part or
null if the part was not instantiated. |
static org.eclipse.ui.IViewPart |
dereferenceView(org.eclipse.ui.IViewReference reference)
Returns the referenced view or
null if the view was not instantiated. |
public static org.eclipse.ui.IWorkbenchPart dereferencePart(org.eclipse.ui.IWorkbenchPartReference reference)
null
if the part was not instantiated.public static org.eclipse.ui.IViewPart dereferenceView(org.eclipse.ui.IViewReference reference)
null
if the view was not instantiated.public static org.eclipse.ui.IEditorPart dereferenceEditor(org.eclipse.ui.IEditorReference reference)
null
if the editor was not instantiated.