Eclipse Platform
Release 3.2

org.eclipse.jface.text.revisions
Interface IRevisionRulerColumn

All Superinterfaces:
IVerticalRulerColumn, IVerticalRulerInfo, IVerticalRulerInfoExtension
All Known Implementing Classes:
ChangeRulerColumn, LineNumberChangeRulerColumn

public interface IRevisionRulerColumn
extends IVerticalRulerColumn, IVerticalRulerInfo, IVerticalRulerInfoExtension

A vertical ruler column capable of displaying revision (annotate) information.

Since:
3.2
See Also:
RevisionInformation

Method Summary
 void setRevisionInformation(RevisionInformation info)
          Sets the revision information.
 
Methods inherited from interface org.eclipse.jface.text.source.IVerticalRulerColumn
createControl, getControl, getWidth, redraw, setFont, setModel
 
Methods inherited from interface org.eclipse.jface.text.source.IVerticalRulerInfo
getControl, getLineOfLastMouseButtonActivity, getWidth, toDocumentLineNumber
 
Methods inherited from interface org.eclipse.jface.text.source.IVerticalRulerInfoExtension
addVerticalRulerListener, getHover, getModel, removeVerticalRulerListener
 

Method Detail

setRevisionInformation

public void setRevisionInformation(RevisionInformation info)
Sets the revision information.

Parameters:
info - the new revision information, or null to reset the ruler

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.