Class SWTTextPaintListener

  • All Implemented Interfaces:
    java.util.EventListener, org.eclipse.swt.events.PaintListener, org.eclipse.swt.internal.SWTEventListener

    public class SWTTextPaintListener
    extends java.lang.Object
    implements org.eclipse.swt.events.PaintListener
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int align  
      private org.eclipse.swt.graphics.Color bgcolor  
      private org.eclipse.swt.graphics.Color fgcolor  
      private org.eclipse.swt.graphics.Font font  
      private SWTSkinProperties skinProperties  
      private java.lang.String text  
    • Constructor Summary

      Constructors 
      Constructor Description
      SWTTextPaintListener​(SWTSkin skin, org.eclipse.swt.widgets.Control createOn, java.lang.String sConfigID)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • Field Detail

      • 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 java.lang.String text
    • Constructor Detail

      • SWTTextPaintListener

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

      • paintControl

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