Top "Treeviewer" questions

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 …

eclipse jface rcp treeviewer
TreeViewer.setSelection() does not select the correct item after the path given

If there are more tree items based on the same object in the tree viewer, making a TreePath and passing …

eclipse selection jface treeviewer
How to set double click to edit a Table cell in SWT/JFace?

Is it possible to change the default behavior of SWT/JFace to enable cell editing only with double clicking? The …

java tree swt jface treeviewer
How best to use ViewerFilter on a TreeViewer?

I am applying a ViewerFilter to a tree of a few branches, but mostly leaves. The filter really applies to …

eclipse-plugin swt jface treeviewer