FormEditor
This class forms a base of multi-page form editors that typically use one or
more pages with forms and one page for raw source of the editor input.
class
FormPage
A base class that all pages that should be added to FormEditor must subclass.
Uses of
IWorkbenchPart2 in org.eclipse.ui.internal.views.markers
Classes in org.eclipse.ui.internal.views.markers that implement
IWorkbenchPart2
class
org.eclipse.ui.internal.views.markers.ExtendedMarkersView
The ExtendedMarkersView is the internal implementation of the view that shows
markers using the markerGenerators extension point.
AbstractDecoratedTextEditor
An intermediate editor comprising functionality not present in the leaner AbstractTextEditor,
but used in many heavy weight (and especially source editing) editors, such as line numbers,
change ruler, overview ruler, print margins, current line highlighting, etc.