Eclipse Platform
2.1

org.eclipse.jface.text.source
Class AnnotationRulerColumn

java.lang.Object
  |
  +--org.eclipse.jface.text.source.AnnotationRulerColumn
All Implemented Interfaces:
IVerticalRulerColumn
Direct Known Subclasses:
AnnotationColumn

public class AnnotationRulerColumn
extends Object
implements IVerticalRulerColumn

A vertical ruler column showing graphical representations of annotations. Will become final. Do not subclass.

Since:
2.0

Constructor Summary
AnnotationRulerColumn(IAnnotationModel model, int width)
          Constructs this column with the given width.
AnnotationRulerColumn(int width)
          Constructs this column with the given width.
 
Method Summary
 Control createControl(CompositeRuler parentRuler, Composite parentControl)
          Creates the column's SWT control.
protected  void doPaint(GC gc)
          Draws the vertical ruler w/o drawing the Canvas background.
protected  void doPaint1(GC gc)
           
protected  ITextViewer getCachedTextViewer()
           
 Control getControl()
          Returns the column's SWT control.
protected  int getInclusiveTopIndexStartOffset()
          Returns the document offset of the upper left corner of the widgets viewport, possibly including partially visible lines.
protected  IAnnotationModel getModel()
           
 int getWidth()
          Returns the width of this column's control.
protected  void mouseDoubleClicked(int rulerLine)
           
 void redraw()
          Redraws this column.
 void setFont(Font font)
          Sets the font of this ruler column.
 void setModel(IAnnotationModel model)
          Associates an annotation model with this ruler column.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationRulerColumn

public AnnotationRulerColumn(IAnnotationModel model,
                             int width)
Constructs this column with the given width.

Parameters:
width - the width of the vertical ruler

AnnotationRulerColumn

public AnnotationRulerColumn(int width)
Constructs this column with the given width.

Parameters:
width - the width of the vertical ruler
Method Detail

getControl

public Control getControl()
Description copied from interface: IVerticalRulerColumn
Returns the column's SWT control.

Specified by:
getControl in interface IVerticalRulerColumn
Returns:
the column's SWT control

getWidth

public int getWidth()
Description copied from interface: IVerticalRulerColumn
Returns the width of this column's control.

Specified by:
getWidth in interface IVerticalRulerColumn
Returns:
the width of this column's control

createControl

public Control createControl(CompositeRuler parentRuler,
                             Composite parentControl)
Description copied from interface: IVerticalRulerColumn
Creates the column's SWT control.

Specified by:
createControl in interface IVerticalRulerColumn
Parameters:
parentRuler - the parent ruler of this column
parentControl - the control of the parent ruler
Returns:
the column's SWT control

mouseDoubleClicked

protected void mouseDoubleClicked(int rulerLine)

getInclusiveTopIndexStartOffset

protected int getInclusiveTopIndexStartOffset()
Returns the document offset of the upper left corner of the widgets viewport, possibly including partially visible lines.

Returns:
document offset of the upper left corner including partially visible lines

doPaint

protected void doPaint(GC gc)
Draws the vertical ruler w/o drawing the Canvas background.

Parameters:
gc - the gc to draw into

doPaint1

protected void doPaint1(GC gc)

redraw

public void redraw()
Description copied from interface: IVerticalRulerColumn
Redraws this column.

Specified by:
redraw in interface IVerticalRulerColumn

setModel

public void setModel(IAnnotationModel model)
Description copied from interface: IVerticalRulerColumn
Associates an annotation model with this ruler column. A value null is acceptable and clears the ruler.

Specified by:
setModel in interface IVerticalRulerColumn
Parameters:
model - the new annotation model, may be null

setFont

public void setFont(Font font)
Description copied from interface: IVerticalRulerColumn
Sets the font of this ruler column.

Specified by:
setFont in interface IVerticalRulerColumn
Parameters:
font - the new font of the ruler column

getCachedTextViewer

protected ITextViewer getCachedTextViewer()

getModel

protected IAnnotationModel getModel()

Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.