Eclipse Platform
2.1

org.eclipse.swt.custom
Interface LineStyleListener

All Superinterfaces:
EventListener, org.eclipse.swt.internal.SWTEventListener

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


Method Summary
 void lineGetStyle(LineStyleEvent event)
          This method is called when a line is about to be drawn in order to get the line's style information.
 

Method Detail

lineGetStyle

public void lineGetStyle(LineStyleEvent event)
This method is called when a line is about to be drawn in order to get the line's style information.

Parameters:
event.lineOffset - line start offset (input)
event.lineText - line text (input)
event.styles - array of StyleRanges, need to be in order (output)

Eclipse Platform
2.1

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