Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to update a view for action
How to update a view for action [message #486711] Tue, 15 September 2009 14:48 Go to next message
Eclipse UserFriend
Originally posted by: chenruis.gmail.com

The situation is, I do some main job in an action, and it generates some
result which I would like to show in some view. Currently, I just add some
statements in the action code's end to find view and update it. But I think
the way I used is kind of tight coupled. Is there some strategy in eclipse
could solve my problem?
BTW. my requirements are just like the problem/task view.
Re: How to update a view for action [message #486926 is a reply to message #486711] Mon, 21 September 2009 05:45 Go to previous message
Daniel Krügler is currently offline Daniel KrüglerFriend
Messages: 853
Registered: July 2009
Senior Member
ChenRui wrote:
> The situation is, I do some main job in an action, and it generates some
> result which I would like to show in some view. Currently, I just add some
> statements in the action code's end to find view and update it. But I think
> the way I used is kind of tight coupled. Is there some strategy in eclipse
> could solve my problem?

You might have a look at

http://blog.eclipse-tips.com/2009/02/using-progress-bars.htm l

It seems to me that you should consider to override
the showBusy method of your view.

> BTW. my requirements are just like the problem/task view.

Have you checked the code how it is realized?

- Daniel
Previous Topic:Enable/Disable button in toolbar using commands
Next Topic:Using the RCP runtime download
Goto Forum:
  


Current Time: Thu Apr 25 07:20:08 GMT 2024

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

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

Back to the top