Class orion.textview.OverviewRuler
Extends
orion.textview.Ruler.
This objects implements an overview ruler.
See:
orion.textview.AnnotationRuler
orion.textview.Ruler
Defined in: </shared/eclipse/e4/orion/I201301232230/plugins/org.eclipse.orion.client.editor/web/orion/textview/rulers.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
orion.textview.OverviewRuler(annotationModel, rulerLocation, rulerStyle)
Constructs a new overview ruler.
|
- Methods borrowed from class orion.textview.Ruler:
- addAnnotationType, getAnnotationModel, getAnnotations, getAnnotationsByType, getAnnotationTypePriority, getLocation, getOverview, getRulerStyle, getView, getWidestAnnotation, isAnnotationTypeVisible, removeAnnotationType, setAnnotationModel, setMultiAnnotation, setMultiAnnotationOverlay, setView
- Events borrowed from class orion.textview.Ruler:
- onClick, onDblClick, onMouseMove, onMouseOut, onMouseOver
Class Detail
orion.textview.OverviewRuler(annotationModel, rulerLocation, rulerStyle)
Constructs a new overview ruler.
The overview ruler is used in conjunction with a AnnotationRuler, for each annotation in the AnnotationRuler this ruler displays a mark in the overview. Clicking on the mark causes the view to scroll to the annotated line.
- Parameters:
- {orion.textview.AnnotationModel} annotationModel
- the annotation model for the ruler.
- {String} rulerLocation Optional, Default: "left"
- the location for the ruler.
- {orion.textview.Style} rulerStyle Optional, Default: undefined
- the style for the ruler.