Eclipse Platform
2.0

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

Deprecated. use AnnotationRulerColumn instead.

public final class AnnotationColumn
extends AnnotationRulerColumn

Since:
2.0

Constructor Summary
AnnotationColumn(int width)
          Deprecated.  
 
Methods inherited from class org.eclipse.jface.text.source.AnnotationRulerColumn
createControl, getControl, getWidth, redraw, setFont, setModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationColumn

public AnnotationColumn(int width)
Deprecated.  

Creates a new AnnotationColumn of the given width.

Parameters:
width - the width of this column

Eclipse Platform
2.0

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