Uses of Class
org.eclipse.jface.text.source.CompositeRuler
Packages that use 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
Methods in org.eclipse.jface.text.source that return CompositeRulerModifier 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.Methods in org.eclipse.jface.text.source with parameters of type CompositeRulerModifier 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
Methods in org.eclipse.ui.texteditor that return CompositeRulerModifier and TypeMethodDescriptionprotected CompositeRuler
AbstractDecoratedTextEditor.createCompositeRuler()
Creates a composite ruler to be used as the vertical ruler by this editor.Methods in org.eclipse.ui.texteditor with parameters of type CompositeRulerModifier 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.