Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] How to get a tree decorator to update on model change?

Hi all,

I have a treeviewer object whose underlying control I need to have updated
with the appropriate decorators when the underlying model changes. I have a
Job running in the background and I have setup a JobChangeListerner which
basically call display.syncExec() that calls
PlatformUI.getDecoratorManager().update(Decorator.ID); 

Sadly although this is called it does not update the tree view "in place". 
Any pointers?

thanks


-----
http://www.jumpingbean.co.za Jumping bean your java and linux experts 
http://www.cyberconnect.co.za Cyber Connect - More than just broadband 
-- 
View this message in context: http://www.nabble.com/How-to-get-a-tree-decorator-to-update-on-model-change--tp21236961p21236961.html
Sent from the Eclipse PDE - General mailing list archive at Nabble.com.



Back to the top