[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: accessing eclipse status bar with progress

The easiest way is to use the IWorkbenchWindow associated with your view. It implements IRunnableContext, using the run(...) method on it and it will automatically use the progress bar of the window.

To get the IWorkbenchWindow, IViewPart.getSite().getWorkbenchWindow().