com.aelitis.azureus.ui.swt.skin
Class SWTTextPaintListener

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.skin.SWTTextPaintListener
All Implemented Interfaces:
EventListener, org.eclipse.swt.events.PaintListener, org.eclipse.swt.internal.SWTEventListener

public class SWTTextPaintListener
extends Object
implements org.eclipse.swt.events.PaintListener

Author:
TuxPaper

Constructor Summary
SWTTextPaintListener(SWTSkin skin, org.eclipse.swt.widgets.Control createOn, String sConfigID)
           
 
Method Summary
 void paintControl(org.eclipse.swt.events.PaintEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWTTextPaintListener

public SWTTextPaintListener(SWTSkin skin,
                            org.eclipse.swt.widgets.Control createOn,
                            String sConfigID)
Method Detail

paintControl

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