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

Michael Berkovich wrote:

The plugin i am developing (a table view) has a couple of actions that take
some time to execute. I would like to show a user the progress of the action
execution in the eclipse window status bar. How do i get this to work?

Get the progress monitor from the status line manager (see IStatusLineManager).

HTH
Dani