Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to access workbench statusline outside a view?
How to access workbench statusline outside a view? [message #289634] Tue, 09 August 2005 13:46
Eclipse UserFriend
Originally posted by: joerg_baeuerle.arburg.com

Hi all,

I would like to use the workbench's statusline progress monitor. I know
how to do this within a view using the following code:

IActionBars bars = getViewSite().getActionBars();
IStatusLineManager statusLine = bars.getStatusLineManager();
IProgressMonitor pm = statusLine.getProgressMonitor();

But how can I access the statusline outside a view e.g. within a wizard or
an action?

TIA,
Joerg
Previous Topic:App hogging process space
Next Topic:how to remove unwanted items from popup menu of property page
Goto Forum:
  


Current Time: Fri Apr 26 17:16:42 GMT 2024

Powered by FUDForum. Page generated in 0.01839 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top