getBundleProgressMonitor() Return the progress monitor responsible for showing bundle loading.
Default implementation returns a null progress monitor.
Calls made to methods on this progress monitor may be made from non-UI
threads so implementors must take care to ensure proper synchronization
with the UI thread if necessary.
Please note that progress will only be shown if the
"org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP" property has been set to
true . |