org.eclipse.swt.custom
Interface LineStyleListener

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

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

Unsafe:


Method Summary
 void lineGetStyle(LineStyleEvent event)
          Suppressed: 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)
Suppressed: This method is called when a line is about to be drawn in order to get the line's style information.



comments?