Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » TreeViewer with Columns Redraw issue
TreeViewer with Columns Redraw issue [message #487602] Wed, 23 September 2009 17:03
Michael Yara is currently offline Michael YaraFriend
Messages: 27
Registered: July 2009
Junior Member
Hello,

I have implemented a TreeViewer with Columns and an
OwnerDrawLableProvider. When I make a call to update(obj, null) it calls
my OwnerDrawLableProvider paint method for the entire tree and not
just the object that I wanted to update making my updates painfully
slow. I have a TableViewer that is implemented in the same way and it
only calls the paint method on the object I wanted to update.

Is this normal behavior for a TreeViewer?

Best regards,
Mike
Previous Topic:SWT. Table with Table Editor
Next Topic:How to substitute an SWT class
Goto Forum:
  


Current Time: Thu Mar 28 12:05:37 GMT 2024

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

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

Back to the top