Uses of Interface
org.eclipse.jface.text.source.IVerticalRulerInfoExtension
-
Packages that use IVerticalRulerInfoExtension Package Description org.eclipse.jface.text.revisions Provides a revision model and a protocol to display revision information in a vertical ruler column.org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those. -
-
Uses of IVerticalRulerInfoExtension in org.eclipse.jface.text.revisions
Subinterfaces of IVerticalRulerInfoExtension in org.eclipse.jface.text.revisions Modifier and Type Interface Description interface
IRevisionRulerColumn
A vertical ruler column capable of displaying revision (annotate) information. -
Uses of IVerticalRulerInfoExtension in org.eclipse.jface.text.source
Subinterfaces of IVerticalRulerInfoExtension in org.eclipse.jface.text.source Modifier and Type Interface Description interface
IChangeRulerColumn
AnIChangeRulerColumn
can display quick diff information.Classes in org.eclipse.jface.text.source that implement IVerticalRulerInfoExtension Modifier and Type Class Description class
AbstractRulerColumn
Abstract implementation of aIVerticalRulerColumn
that uses aCanvas
to draw the ruler contents and which handles scrolling and mouse selection.class
AnnotationColumn
Deprecated.useAnnotationRulerColumn(int)
instead.class
AnnotationRulerColumn
A vertical ruler column showing graphical representations of annotations.class
ChangeRulerColumn
A vertical ruler column displaying line numbers and serving as a UI for quick diff.class
CompositeRuler
Standard implementation ofIVerticalRuler
.class
LineNumberChangeRulerColumn
A vertical ruler column displaying line numbers and serving as a UI for quick diff.
-