Class SwingThreadHandler

java.lang.Object
org.kopi.vkopi.lib.ui.swing.visual.SwingThreadHandler

public class SwingThreadHandler extends Object
Helps to run code in the Event dispatch Thread. Subclass it and define the run Method.
  • Method Details

    • start

      public static void start(Runnable runnable)
    • startAndWait

      public static void startAndWait(Runnable runnable)
    • start

      public static void start(DWindow model)
    • startAndWait

      public static void startAndWait(DWindow model)
    • verifyRunsInEventThread

      public static void verifyRunsInEventThread(String message)
    • startEnqueued

      public static void startEnqueued(Runnable runner)