Class BaseSwtParameter.IndentPaintListener

java.lang.Object
com.biglybt.ui.swt.config.BaseSwtParameter.IndentPaintListener
All Implemented Interfaces:
org.eclipse.swt.widgets.Listener
Enclosing class:
BaseSwtParameter<PARAMTYPE extends SwtParameter<VALUETYPE>, VALUETYPE>

protected class BaseSwtParameter.IndentPaintListener extends Object implements org.eclipse.swt.widgets.Listener
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final org.eclipse.swt.widgets.Control
     
    private final org.eclipse.swt.widgets.Composite
     
    private final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    IndentPaintListener(org.eclipse.swt.widgets.Control control, int width)
    Init on SWT Thread
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Any Thread
    void
    handleEvent(org.eclipse.swt.widgets.Event event)
     
    protected void
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • control

      private final org.eclipse.swt.widgets.Control control
    • width

      private final int width
    • parent

      private final org.eclipse.swt.widgets.Composite parent
  • Constructor Details

    • IndentPaintListener

      public IndentPaintListener(org.eclipse.swt.widgets.Control control, int width)
      Init on SWT Thread
  • Method Details

    • dispose

      public void dispose()
      Any Thread
    • redraw

      protected void redraw()
    • handleEvent

      public void handleEvent(org.eclipse.swt.widgets.Event event)
      Specified by:
      handleEvent in interface org.eclipse.swt.widgets.Listener