Eclipse Platform
2.0

org.eclipse.jface.text.source
Interface IVerticalRulerExtension

All Known Implementing Classes:
CompositeRuler, VerticalRuler

public interface IVerticalRulerExtension

Extension interface for IVerticalRuler.

Since:
2.0

Method Summary
 void setFont(Font font)
          Sets the font of this vertical ruler.
 void setLocationOfLastMouseButtonActivity(int x, int y)
          Sets the location of the last mouse button activity.
 

Method Detail

setFont

public void setFont(Font font)
Sets the font of this vertical ruler.

Parameters:
font - the new font of the vertical ruler

setLocationOfLastMouseButtonActivity

public void setLocationOfLastMouseButtonActivity(int x,
                                                 int y)
Sets the location of the last mouse button activity. This method is used, e.g., by external mouse listeners.

Parameters:
x - the x-coordinate
y - the y-coordinate

Eclipse Platform
2.0

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