Eclipse Platform
2.1

Uses of Interface
org.eclipse.jface.text.source.IOverviewRuler

Packages that use IOverviewRuler
org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer
org.eclipse.ui.editors.text Provides a standard text editor and a file-based document provider. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
 

Uses of IOverviewRuler in org.eclipse.jface.text.source
 

Classes in org.eclipse.jface.text.source that implement IOverviewRuler
 class OverviewRuler
          Ruler presented next to a source viewer showing all annotations of the viewer's annotation model in a compact format.
 

Constructors in org.eclipse.jface.text.source with parameters of type IOverviewRuler
SourceViewer(Composite parent, IVerticalRuler verticalRuler, IOverviewRuler overviewRuler, boolean showAnnotationsOverview, int styles)
          Constructs a new source viewer.
 

Uses of IOverviewRuler in org.eclipse.ui.editors.text
 

Fields in org.eclipse.ui.editors.text declared as IOverviewRuler
protected  IOverviewRuler TextEditor.fOverviewRuler
          The overview ruler of this editor.
 

Uses of IOverviewRuler in org.eclipse.ui.texteditor
 

Constructors in org.eclipse.ui.texteditor with parameters of type IOverviewRuler
SourceViewerDecorationSupport(ISourceViewer sourceViewer, IOverviewRuler overviewRuler, IAnnotationAccess annotationAccess, ISharedTextColors sharedTextColors)
          Creates a new decoration support for the given viewer.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.