[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] JFace Status bar
|
- From: steve@xxxxxxxxxxx (Steve)
- Date: Tue, 7 Aug 2007 09:50:15 +0000 (UTC)
- Newsgroups: eclipse.platform.swt
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Hi,
I need to display a message in status bar of my eclipse application..
I have tried using StatusLineManager..
getViewSite().getActionBars().getStatusLineManager().add((IAction)
statusLineContributor);
statusLineContributor.setMessage("My message");
but was throwing core exception...
Thanks in advance,
Steve