Class TableViewPainted.RedrawTableRunnable
- java.lang.Object
-
- com.biglybt.core.util.AERunnable
-
- com.biglybt.ui.swt.views.table.painted.TableViewPainted.RedrawTableRunnable
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- TableViewPainted
private class TableViewPainted.RedrawTableRunnable extends AERunnable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.biglybt.core.util.AERunnable
AERunnable.AERunnableNamed
-
-
Field Summary
Fields Modifier and Type Field Description private SWTRunnable
target
-
Constructor Summary
Constructors Modifier Constructor Description private
RedrawTableRunnable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
runSupport()
-
Methods inherited from class com.biglybt.core.util.AERunnable
create, run
-
-
-
-
Field Detail
-
target
private SWTRunnable target
-
-
Method Detail
-
runSupport
public void runSupport()
- Specified by:
runSupport
in classAERunnable
-
-