Uses of Interface
org.eclipse.jface.text.source.IVerticalRuler
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 IVerticalRuler in org.eclipse.jface.text.source
Modifier and TypeInterfaceDescriptioninterface
This interface defines a visual component which may serve text viewers as an overview annotation presentation area.Modifier and TypeClassDescriptionclass
Standard implementation ofIVerticalRuler
.class
Ruler presented next to a source viewer showing all annotations of the viewer's annotation model in a compact format.final class
A vertical ruler which is connected to a text viewer.Modifier and TypeMethodDescriptionprotected final IVerticalRuler
SourceViewer.getVerticalRuler()
Returns the vertical ruler of this viewer.ModifierConstructorDescriptionAnnotationBarHoverManager
(ISourceViewer sourceViewer, IVerticalRuler ruler, IAnnotationHover annotationHover, IInformationControlCreator creator) Deprecated.SourceViewer
(Composite parent, IVerticalRuler ruler, int styles) Constructs a new source viewer.SourceViewer
(Composite parent, IVerticalRuler verticalRuler, IOverviewRuler overviewRuler, boolean showAnnotationsOverview, int styles) Constructs a new source viewer. -
Uses of IVerticalRuler 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 IVerticalRuler in org.eclipse.ui.texteditor
Modifier and TypeMethodDescriptionprotected IVerticalRuler
AbstractDecoratedTextEditor.createVerticalRuler()
protected IVerticalRuler
AbstractTextEditor.createVerticalRuler()
Creates the vertical ruler to be used by this editor.protected final IVerticalRuler
AbstractTextEditor.getVerticalRuler()
Returns the editor's vertical ruler.protected IVerticalRuler
MarkerRulerAction.getVerticalRuler()
Deprecated.usegetVerticalRulerInfo
insteadModifier and TypeMethodDescriptionprotected ISourceViewer
AbstractDecoratedTextEditor.createSourceViewer
(Composite parent, IVerticalRuler ruler, int styles) protected ISourceViewer
AbstractTextEditor.createSourceViewer
(Composite parent, IVerticalRuler ruler, int styles) Creates the source viewer to be used by this editor.ModifierConstructorDescriptionMarkerRulerAction
(ResourceBundle bundle, String prefix, IVerticalRuler ruler, ITextEditor editor, String markerType, boolean askForLabel) Deprecated.useMarkerRulerAction(ResourceBundle, String, ITextEditor, IVerticalRulerInfo, String, boolean)
insteadSelectMarkerRulerAction
(ResourceBundle bundle, String prefix, IVerticalRuler ruler, ITextEditor editor) Deprecated.As of 3.0, replaced bySelectMarkerRulerAction(ResourceBundle, String, ITextEditor, IVerticalRulerInfo)
AnnotationBarHoverManager(IVerticalRulerInfo, ISourceViewer, IAnnotationHover, IInformationControlCreator)