Package org.eclipse.help.ui.internal
Class HelpUIEventLoop
java.lang.Object
org.eclipse.help.ui.internal.HelpUIEventLoop
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
HelpUIEventLoop
public HelpUIEventLoop()
-
-
Method Details
-
run
public static void run()Called by base in stand-alone help since it cannot run event loop -
wakeup
public static void wakeup() -
waitFor
public static void waitFor()Blocks until the loop is started (Display created) -
isRunning
public static boolean isRunning()- Returns:
- Returns if loop is running.
-