Uses of Class
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
-
Packages that use AbstractDecoratedTextEditor Package Description org.eclipse.team.ui.history Application programming interfaces for working with history.org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers basedIFileBufferand others directly handlingIFileandIStorageas editor input. -
-
Uses of AbstractDecoratedTextEditor in org.eclipse.team.ui.history
Methods in org.eclipse.team.ui.history that return AbstractDecoratedTextEditor Modifier and Type Method Description static AbstractDecoratedTextEditorRevisionAnnotationController. openEditor(IWorkbenchPage page, Object fileRevision, IStorage storage)Open a text editor that supports the use of a revision ruler on the given file.static AbstractDecoratedTextEditorRevisionAnnotationController. openEditor(IWorkbenchPage page, IFile file)Open a text editor that supports the use of a revision ruler on the given file. -
Uses of AbstractDecoratedTextEditor in org.eclipse.ui.editors.text
Subclasses of AbstractDecoratedTextEditor in org.eclipse.ui.editors.text Modifier and Type Class Description classTextEditorThe standard/default text editor.
-