Updating Eclipse JFace Treeviewer when model changes?
问题 I am developing a RCP application with a TreeViewer . While there are good number of articles to explain how to add editing support to the Viewer (and how changes in view are updated in the model), I don't find much for updating the Treeview when the underlaying model changes. my question in short: TreeView ----> Model updation ------ there are lots of examples Model ----> Treeview updation ----- this is my question Edit: This is what I tried and it works. comments please viewer.getTree()