Class SwingThreadHandler
java.lang.Object
org.kopi.vkopi.lib.ui.swing.visual.SwingThreadHandler
Helps to run code in the Event dispatch Thread. Subclass it
and define the run Method.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidstatic voidstartAndWait(Runnable runnable) static voidstartAndWait(DWindow model) static voidstartEnqueued(Runnable runner) static voidverifyRunsInEventThread(String message)
-
Method Details
-
start
-
startAndWait
-
start
-
startAndWait
-
verifyRunsInEventThread
-
startEnqueued
-