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