public interface IVerticalRulerExtension
IVerticalRuler.
Allows to set the font of the vertical ruler and to set the location of the last mouse button activity.
| Modifier and Type | Method and Description |
|---|---|
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.
|
void setFont(Font font)
font - the new font of the vertical rulervoid setLocationOfLastMouseButtonActivity(int x,
int y)
x - the x-coordinatey - the y-coordinate
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.