Uses of Interface
org.eclipse.jface.text.source.IVerticalRulerColumn
Packages that use IVerticalRulerColumn
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.
Provides a framework for text editors obeying to the
desktop rules.
Provides interfaces and classes for the
org.eclipse.ui.workbench.texteditor.rulerColumns.-
Uses of IVerticalRulerColumn in org.eclipse.jface.text.revisions
Subinterfaces of IVerticalRulerColumn in org.eclipse.jface.text.revisionsModifier and TypeInterfaceDescriptioninterfaceA vertical ruler column capable of displaying revision (annotate) information. -
Uses of IVerticalRulerColumn in org.eclipse.jface.text.source
Subinterfaces of IVerticalRulerColumn in org.eclipse.jface.text.sourceModifier and TypeInterfaceDescriptioninterfaceAnIChangeRulerColumncan display quick diff information.Classes in org.eclipse.jface.text.source that implement IVerticalRulerColumnModifier and TypeClassDescriptionclassAbstract implementation of aIVerticalRulerColumnthat uses aCanvasto draw the ruler contents and which handles scrolling and mouse selection.final classDeprecated.classA vertical ruler column showing graphical representations of annotations.final classA vertical ruler column displaying line numbers and serving as a UI for quick diff.classA vertical ruler column displaying line numbers and serving as a UI for quick diff.classA vertical ruler column displaying line numbers.Methods in org.eclipse.jface.text.source that return types with arguments of type IVerticalRulerColumnModifier and TypeMethodDescriptionCompositeRuler.getDecoratorIterator()Returns an iterator over theIVerticalRulerColumnsthat make up this composite column.Methods in org.eclipse.jface.text.source with parameters of type IVerticalRulerColumnModifier and TypeMethodDescriptionvoidCompositeRuler.addDecorator(int index, IVerticalRulerColumn rulerColumn) Inserts the given column at the specified slot to this composite ruler.voidSourceViewer.addVerticalRulerColumn(IVerticalRulerColumn column) Adds the give column as last column to this viewer's vertical ruler.voidCompositeRuler.removeDecorator(IVerticalRulerColumn rulerColumn) Removes the given decorator from the composite ruler.voidSourceViewer.removeVerticalRulerColumn(IVerticalRulerColumn column) Removes the give column from this viewer's vertical ruler. -
Uses of IVerticalRulerColumn in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor that return IVerticalRulerColumnModifier and TypeMethodDescriptionprotected IVerticalRulerColumnAbstractDecoratedTextEditor.createAnnotationRulerColumn(CompositeRuler ruler) Creates the annotation ruler column.protected IVerticalRulerColumnAbstractDecoratedTextEditor.createLineNumberRulerColumn()Creates a new line number ruler column that is appropriately initialized. -
Uses of IVerticalRulerColumn in org.eclipse.ui.texteditor.rulers
Subinterfaces of IVerticalRulerColumn in org.eclipse.ui.texteditor.rulersModifier and TypeInterfaceDescriptioninterfaceInterface that has to be implemented by contributions to theorg.eclipse.ui.texteditor.rulerColumnsextension point.Classes in org.eclipse.ui.texteditor.rulers that implement IVerticalRulerColumnModifier and TypeClassDescriptionclassHelper class for contributions to theorg.eclipse.ui.texteditor.rulerColumnsextension point.
AnnotationRulerColumn(int)instead.