Package org.eclipse.handly.ui
Class DefaultEditorUtility
- java.lang.Object
-
- org.eclipse.handly.ui.EditorUtility
-
- org.eclipse.handly.ui.DefaultEditorUtility
-
public class DefaultEditorUtility extends EditorUtility
The defaultEditorUtility
.- Restriction:
- This class is not intended to be subclassed by clients.
Extend
EditorUtility
if you need to specialize the default behavior. - Restriction:
- This class is not intended to be instantiated by clients.
Use the provided
INSTANCE
.
-
-
Field Summary
Fields Modifier and Type Field Description static EditorUtility
INSTANCE
The default instance of the editor utility.
-
Method Summary
-
Methods inherited from class org.eclipse.handly.ui.EditorUtility
findEditor, getBuffer, getEditorInput, revealElement, revealTextRange
-
-
-
-
Field Detail
-
INSTANCE
public static final EditorUtility INSTANCE
The default instance of the editor utility.
-
-