Uses of Interface
org.eclipse.jface.text.source.IVerticalRuler
-
Packages that use IVerticalRuler Package Description org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those.org.eclipse.jface.text.source.projection This package provides the UI part for projection documents of which the most important part is the projection viewer.org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. -
-
Uses of IVerticalRuler in org.eclipse.jface.text.source
Subinterfaces of IVerticalRuler in org.eclipse.jface.text.source Modifier and Type Interface Description interface
IOverviewRuler
This interface defines a visual component which may serve text viewers as an overview annotation presentation area.Classes in org.eclipse.jface.text.source that implement IVerticalRuler Modifier and Type Class Description class
CompositeRuler
Standard implementation ofIVerticalRuler
.class
OverviewRuler
Ruler presented next to a source viewer showing all annotations of the viewer's annotation model in a compact format.class
VerticalRuler
A vertical ruler which is connected to a text viewer.Methods in org.eclipse.jface.text.source that return IVerticalRuler Modifier and Type Method Description protected IVerticalRuler
SourceViewer. getVerticalRuler()
Returns the vertical ruler of this viewer.Constructors in org.eclipse.jface.text.source with parameters of type IVerticalRuler Constructor Description AnnotationBarHoverManager(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
Constructors in org.eclipse.jface.text.source.projection with parameters of type IVerticalRuler Constructor Description ProjectionViewer(Composite parent, IVerticalRuler ruler, IOverviewRuler overviewRuler, boolean showsAnnotationOverview, int styles)
Creates a new projection source viewer. -
Uses of IVerticalRuler in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor that return IVerticalRuler Modifier and Type Method Description protected IVerticalRuler
AbstractDecoratedTextEditor. createVerticalRuler()
protected IVerticalRuler
AbstractTextEditor. createVerticalRuler()
Creates the vertical ruler to be used by this editor.protected IVerticalRuler
AbstractTextEditor. getVerticalRuler()
Returns the editor's vertical ruler.protected IVerticalRuler
MarkerRulerAction. getVerticalRuler()
Deprecated.usegetVerticalRulerInfo
insteadMethods in org.eclipse.ui.texteditor with parameters of type IVerticalRuler Modifier and Type Method Description protected 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.Constructors in org.eclipse.ui.texteditor with parameters of type IVerticalRuler Constructor Description MarkerRulerAction(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)
-