Uses of Interface
org.eclipse.jface.text.source.IOverviewRuler
Package
Description
Provides a framework for connecting document regions
with annotations and for displaying those.
This package provides the UI part for projection documents of which the most important part is the projection viewer.
Provides a framework for text editors obeying to the
desktop rules.
-
Uses of IOverviewRuler in org.eclipse.jface.text.source
Modifier and TypeClassDescriptionclass
Ruler presented next to a source viewer showing all annotations of the viewer's annotation model in a compact format.ModifierConstructorDescriptionSourceViewer
(Composite parent, IVerticalRuler verticalRuler, IOverviewRuler overviewRuler, boolean showAnnotationsOverview, int styles) Constructs a new source viewer. -
Uses of IOverviewRuler in org.eclipse.jface.text.source.projection
ModifierConstructorDescriptionProjectionViewer
(Composite parent, IVerticalRuler ruler, IOverviewRuler overviewRuler, boolean showsAnnotationOverview, int styles) Creates a new projection source viewer. -
Uses of IOverviewRuler in org.eclipse.ui.texteditor
Modifier and TypeFieldDescriptionprotected IOverviewRuler
AbstractDecoratedTextEditor.fOverviewRuler
The overview ruler of this editor.Modifier and TypeMethodDescriptionprotected IOverviewRuler
AbstractDecoratedTextEditor.createOverviewRuler
(ISharedTextColors sharedColors) protected IOverviewRuler
AbstractDecoratedTextEditor.getOverviewRuler()
Returns the overview ruler.ModifierConstructorDescriptionSourceViewerDecorationSupport
(ISourceViewer sourceViewer, IOverviewRuler overviewRuler, IAnnotationAccess annotationAccess, ISharedTextColors sharedTextColors) Creates a new decoration support for the given viewer.