Class SWTTextPaintListener

java.lang.Object
com.biglybt.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
  • Field Details

    • align

      private int align
    • bgcolor

      private org.eclipse.swt.graphics.Color bgcolor
    • fgcolor

      private org.eclipse.swt.graphics.Color fgcolor
    • font

      private org.eclipse.swt.graphics.Font font
    • text

      private String text
    • skinProperties

      private SWTSkinProperties skinProperties
  • Constructor Details

    • SWTTextPaintListener

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

    • paintControl

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