| org.eclipse.ui.internal.UISynchronizer
UISynchronizer | public class UISynchronizer extends Synchronizer (Code) | | |
isStarting | protected boolean isStarting(Code) | | Indicates that the UI is in startup mode and that no non-workbench
runnables should be invoked.
|
pendingStartup | protected List pendingStartup(Code) | | List of non-workbench Runnables that need executing at some point in the future
|
startupThread | final public static ThreadLocal startupThread(Code) | | Setting this variable to the value
Boolean.TRUE will allow a
thread to execute code during the startup sequence.
|
started | public void started()(Code) | | |
|
|