Eclipse Platform
2.1

Uses of Class
org.eclipse.swt.custom.LineBackgroundEvent

Packages that use LineBackgroundEvent
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing text documents. 
org.eclipse.swt.custom SWT Custom widgets. 
 

Uses of LineBackgroundEvent in org.eclipse.jface.text
 

Methods in org.eclipse.jface.text with parameters of type LineBackgroundEvent
 void CursorLinePainter.lineGetBackground(LineBackgroundEvent event)
           
 

Uses of LineBackgroundEvent in org.eclipse.swt.custom
 

Methods in org.eclipse.swt.custom with parameters of type LineBackgroundEvent
 void LineBackgroundListener.lineGetBackground(LineBackgroundEvent event)
          This method is called when a line is about to be drawn in order to get its background color.
 


Eclipse Platform
2.1

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