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 -
Constructor Summary
ConstructorsConstructorDescriptionIndentPaintListener(org.eclipse.swt.widgets.Control control, int width) Init on SWT Thread -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()Any ThreadvoidhandleEvent(org.eclipse.swt.widgets.Event event) protected voidredraw()
-
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:
handleEventin interfaceorg.eclipse.swt.widgets.Listener
-