Eclipse Platform
2.1

org.eclipse.swt.custom
Interface LineBackgroundListener

All Superinterfaces:
EventListener, org.eclipse.swt.internal.SWTEventListener
All Known Implementing Classes:
CursorLinePainter

public interface LineBackgroundListener
extends org.eclipse.swt.internal.SWTEventListener


Method Summary
 void lineGetBackground(LineBackgroundEvent event)
          This method is called when a line is about to be drawn in order to get its background color.
 

Method Detail

lineGetBackground

public void lineGetBackground(LineBackgroundEvent event)
This method is called when a line is about to be drawn in order to get its background color.

Parameters:
event.lineOffset - line start offset (input)
event.lineText - line text (input)
event.lineBackground - line background color (output)

Eclipse Platform
2.1

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