Package org.eclipse.jface.text.source
Class AnnotationColumn
java.lang.Object
org.eclipse.jface.text.source.AnnotationRulerColumn
org.eclipse.jface.text.source.AnnotationColumn
- All Implemented Interfaces:
IVerticalRulerColumn
,IVerticalRulerInfo
,IVerticalRulerInfoExtension
Deprecated.
- Since:
- 2.0
-
Constructor Summary
ConstructorDescriptionAnnotationColumn
(int width) Deprecated.UseAnnotationRulerColumn(int)
instead -
Method Summary
Methods inherited from class org.eclipse.jface.text.source.AnnotationRulerColumn
addAnnotationType, addVerticalRulerListener, createControl, doPaint, doPaint1, getCachedTextViewer, getControl, getHover, getInclusiveTopIndexStartOffset, getLineOfLastMouseButtonActivity, getModel, getWidth, hasAnnotation, isPropagatingMouseListener, mouseClicked, mouseDoubleClicked, mouseDown, redraw, removeAnnotationType, removeVerticalRulerListener, setFont, setHover, setModel, toDocumentLineNumber
-
Constructor Details
-
AnnotationColumn
Deprecated.UseAnnotationRulerColumn(int)
insteadCreates a newAnnotationColumn
of the given width.- Parameters:
width
- the width of this column
-
AnnotationRulerColumn(int)
instead.