Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Re: TableViewer refresh - without any threading
Re: TableViewer refresh - without any threading [message #304580] Mon, 12 June 2006 05:11
Eclipse UserFriend
Well some questions:

1. What version of Eclipse are you using?
2. Do you have any sample code which demonstrates your problem?

Else prepare a snippet which demonstrates the minimal problem:

http://www.eclipse.org/swt/faq.php#whatisasnippet

If you need any example about how to use TableViewer you can take look
at https://bugs.eclipse.org/bugs/show_bug.cgi?id=142655 there's a test
code for Table/Tree-Viewer included.

Let's move this discussion to eclipse.platform which is more suited for
this kind of problem.

Tom

Piotr Gorny schrieb:
> Tom Schindl napisał(a):
>> You should only call refresh if there are structural changes in any
>> other case you should call:
>>
>> viewer.update(myObject,null);
>
> Thanks for answer.
> It's doesn't help me :-( Calling update method
> the way you gave has no effect as calling refresh.
Previous Topic:RCP + JFreeChart
Next Topic:Problem using deployed plugin
Goto Forum:
  


Current Time: Wed Jul 23 11:17:31 EDT 2025

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

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

Back to the top