TPTP 4.2.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.test.ui.editor.form.util
Class WidgetFactory.BorderPainter

java.lang.Object
  extended byorg.eclipse.hyades.test.ui.editor.form.util.WidgetFactory.BorderPainter
All Implemented Interfaces:
java.util.EventListener, org.eclipse.swt.events.PaintListener, org.eclipse.swt.internal.SWTEventListener
Enclosing class:
WidgetFactory

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

This class is used to paint the borders for all the borderizables widgets of a control.

Since:
3.0.0

Constructor Summary
protected WidgetFactory.BorderPainter()
           
 
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

WidgetFactory.BorderPainter

protected WidgetFactory.BorderPainter()
Method Detail

paintControl

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

TPTP 4.2.0 Testing Tools Project
Public API Specification