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 static 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)
     

    Methods inherited from class java.lang.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
    • handleEvent

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