public class EditorUtility
extends java.lang.Object
Constructor and Description |
---|
EditorUtility() |
Modifier and Type | Method and Description |
---|---|
static IEditorPart |
isOpenInEditor(ITask task)
Tests if a is currently shown in an editor
|
static void |
revealInEditor(IEditorPart editorPart,
ITask task) |
static void |
revealInEditor(IEditorPart editorPart,
ITask task,
IWorkbenchPage page) |
public static IEditorPart isOpenInEditor(ITask task)
public static void revealInEditor(IEditorPart editorPart, ITask task)
public static void revealInEditor(IEditorPart editorPart, ITask task, IWorkbenchPage page)
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.