Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.jface.text.source
Interface IVerticalRulerExtension

All Known Implementing Classes:
CompositeRuler, VerticalRuler

public interface IVerticalRulerExtension

Extension interface for IVerticalRuler.

Allows to set the font of the vertical ruler and to set the location of the last mouse button activity.

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

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

Parameters:
font - the new font of the vertical ruler

setLocationOfLastMouseButtonActivity

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

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

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire