[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Re: setStatus() from a view - retrieving the ApplicationWindow

Nicolas Silb wrote:
I need to call ApplicationWindow.setStus() from a ViewPart.

But how can i retrieve the ApplicationWindow?

This is more appropriate for eclipse.platform.

basically, you use getViewSite().getActionBars() and then get the status line manager.

Later,
PW