org.topbraidcomposer.ui.util
Class BorderPainter

java.lang.Object
  extended by org.topbraidcomposer.ui.util.BorderPainter
All Implemented Interfaces:
java.util.EventListener, org.eclipse.swt.events.PaintListener, org.eclipse.swt.internal.SWTEventListener

public class BorderPainter
extends java.lang.Object
implements org.eclipse.swt.events.PaintListener

A replacement for the Form API's BorderPainter. For some reasons (which I am too lazy to track down), the method toolkit.paintBordersFor() ceased to work in 3.2.

Author:
Holger Knublauch

Constructor Summary
BorderPainter(org.eclipse.ui.forms.widgets.FormToolkit toolkit)
           
 
Method Summary
 void paintControl(org.eclipse.swt.events.PaintEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BorderPainter

public BorderPainter(org.eclipse.ui.forms.widgets.FormToolkit toolkit)
Method Detail

paintControl

public void paintControl(org.eclipse.swt.events.PaintEvent event)
Specified by:
paintControl in interface org.eclipse.swt.events.PaintListener