Eclipse Platform
2.1

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

Packages that use IVerticalRulerColumn
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. 
 

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

Classes in org.eclipse.jface.text.source that implement IVerticalRulerColumn
 class AnnotationColumn
          Deprecated. use AnnotationRulerColumn instead.
 class AnnotationRulerColumn
          A vertical ruler column showing graphical representations of annotations.
 class LineNumberRulerColumn
          A vertical ruler column displaying line numbers.
 class OutlinerRulerColumn
          A ruler column for controlling the behavior of a ProjectionSourceViewer.
 

Methods in org.eclipse.jface.text.source with parameters of type IVerticalRulerColumn
 void CompositeRuler.addDecorator(int index, IVerticalRulerColumn rulerColumn)
          Inserts the given decorator at the specfied slot to this composite ruler.
 

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

Methods in org.eclipse.ui.editors.text that return IVerticalRulerColumn
protected  IVerticalRulerColumn TextEditor.createLineNumberRulerColumn()
          Creates a new line number ruler column that is appropriately initialized.
 


Eclipse Platform
2.1

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