Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Progress Monitor
Progress Monitor [message #467662] Wed, 09 May 2007 17:15 Go to next message
Eclipse UserFriend
How can I create/access the progress monitor from a IActionDelegate? It
doesn't matter if it's on the status line or a dialog.

-Roshan
Re: Progress Monitor [message #467666 is a reply to message #467662] Wed, 09 May 2007 17:45 Go to previous messageGo to next message
Eclipse UserFriend
I was looking around and found the Job API, is this something I probably
want to use? The progress is for my JET generation, so its a bunch of:

generate();
writetofile();
generate();
writetofile();
generate();
writetofile();
.....

Roshan Soni wrote:
> How can I create/access the progress monitor from a IActionDelegate? It
> doesn't matter if it's on the status line or a dialog.
>
> -Roshan
Re: Progress Monitor [message #467672 is a reply to message #467666] Wed, 09 May 2007 18:06 Go to previous message
Eclipse UserFriend
I think the Job API is exactly what I want. I wish I heard of it
earlier. It's great!

Roshan Soni wrote:
> I was looking around and found the Job API, is this something I probably
> want to use? The progress is for my JET generation, so its a bunch of:
>
> generate();
> writetofile();
> generate();
> writetofile();
> generate();
> writetofile();
> ....
>
> Roshan Soni wrote:
>> How can I create/access the progress monitor from a IActionDelegate?
>> It doesn't matter if it's on the status line or a dialog.
>>
>> -Roshan
Previous Topic:SelectionProvider/SelectionListener
Next Topic:RCP Product Export Problems
Goto Forum:
  


Current Time: Sat May 17 22:01:26 EDT 2025

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

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

Back to the top