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(forRemoval=true,
since="2025-12")
public final class AnnotationColumn
extends AnnotationRulerColumn
Deprecated, for removal: This API element is subject to removal in a future version.
- Since:
- 2.0
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotationColumn(int width) Deprecated, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.UseAnnotationRulerColumn(int)insteadCreates a newAnnotationColumnof the given width.- Parameters:
width- the width of this column
-
AnnotationRulerColumn(int)instead.