Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Refresh UI
Refresh UI [message #306927] Wed, 09 August 2006 09:58 Go to next message
Eclipse UserFriend
I have a fairly basic question here - I have a TreeViewer that I refresh
under a certain user interaction. The issue is the data in the
TreeViewer does not get refresh on the invocation of the refresh method
but when I reset the perspective the viewer is refreshed. I tried using
Viewer.refresh() and viewer.refresh(Object) but this did not help. Am I
missing something here?
Re: Refresh UI [message #306949 is a reply to message #306927] Wed, 09 August 2006 14:21 Go to previous message
Eclipse UserFriend
Guru Nagarajan wrote:
> I have a fairly basic question here - I have a TreeViewer that I refresh
> under a certain user interaction. The issue is the data in the
> TreeViewer does not get refresh on the invocation of the refresh method
> but when I reset the perspective the viewer is refreshed. I tried using
> Viewer.refresh() and viewer.refresh(Object) but this did not help. Am I
> missing something here?
Hi,
my anwser might be quite stupid by recently I have
asked the same question here - Tom Shindl was trying
to help by providing some code and advices.

Sorry if I am wrong and you program carefuly:
The reason why my viewer didn't refreshed was... that
I had so complicated model that I missed that the values
which I was going to pass to the viewer as input didn't
changed. I have changed their copies :-(

So take a close look at your code and try to find if
the data is realy changed.


--
Piotr Gorny
Previous Topic:EFS questions
Next Topic:Access Restrictions on RT.JAR
Goto Forum:
  


Current Time: Sun Nov 09 23:03:03 EST 2025

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

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

Back to the top