Eclipse Platform
2.0

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(int width)
          Constructs this column with the given width.
 
Method Summary
 Control createControl(CompositeRuler parentRuler, Composite parentControl)
          Creates the column's SWT control.
 Control getControl()
          Returns the column's SWT control.
 int getWidth()
          Returns the width of this column's control.
 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(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

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

Eclipse Platform
2.0

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