Uses of Class
org.eclipse.jface.text.source.CompositeRuler
Package
Description
Provides a framework for connecting document regions
with annotations and for displaying those.
Provides a framework for text editors obeying to the
desktop rules.
-
Uses of CompositeRuler in org.eclipse.jface.text.source
Modifier and TypeMethodDescriptionprotected final CompositeRuler
AbstractRulerColumn.getParentRuler()
Returns the parent ruler,null
beforeAbstractRulerColumn.createControl(CompositeRuler, Composite)
has been called.protected CompositeRuler
LineNumberRulerColumn.getParentRuler()
Returns the parent (composite) ruler of this ruler column.Modifier and TypeMethodDescriptionAbstractRulerColumn.createControl
(CompositeRuler parentRuler, Composite parentControl) AnnotationRulerColumn.createControl
(CompositeRuler parentRuler, Composite parentControl) ChangeRulerColumn.createControl
(CompositeRuler parentRuler, Composite parentControl) IVerticalRulerColumn.createControl
(CompositeRuler parentRuler, Composite parentControl) Creates the column's SWT control.LineNumberChangeRulerColumn.createControl
(CompositeRuler parentRuler, Composite parentControl) LineNumberRulerColumn.createControl
(CompositeRuler parentRuler, Composite parentControl) -
Uses of CompositeRuler in org.eclipse.ui.texteditor
Modifier and TypeMethodDescriptionprotected CompositeRuler
AbstractDecoratedTextEditor.createCompositeRuler()
Creates a composite ruler to be used as the vertical ruler by this editor.Modifier and TypeMethodDescriptionprotected IVerticalRulerColumn
AbstractDecoratedTextEditor.createAnnotationRulerColumn
(CompositeRuler ruler) Creates the annotation ruler column.protected void
AbstractTextEditor.updateContributedRulerColumns
(CompositeRuler ruler) Adds enabled ruler contributions to the vertical ruler.