Uses of Interface
org.eclipse.jface.text.source.IVerticalRulerInfoExtension
Packages that use IVerticalRulerInfoExtension
Package
Description
Provides a revision model and a protocol to display revision information in a vertical ruler column.
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.revisionsModifier and TypeInterfaceDescriptioninterface
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.sourceModifier and TypeInterfaceDescriptioninterface
AnIChangeRulerColumn
can display quick diff information.Classes in org.eclipse.jface.text.source that implement IVerticalRulerInfoExtensionModifier and TypeClassDescriptionclass
Abstract implementation of aIVerticalRulerColumn
that uses aCanvas
to draw the ruler contents and which handles scrolling and mouse selection.final class
Deprecated.class
A vertical ruler column showing graphical representations of annotations.final class
A vertical ruler column displaying line numbers and serving as a UI for quick diff.class
Standard implementation ofIVerticalRuler
.class
A vertical ruler column displaying line numbers and serving as a UI for quick diff.
AnnotationRulerColumn(int)
instead.