How to filter out the Tree Nodes (grandchildren level) from tree viewer using View filter in SWT.I want to filter out the grand children node from the treeviewer.
|
feedback
|
|
You just can filter your items in Container.
Then add container to treeView; | |||
|
feedback
|
|
The Logic would be filter children in ContentProvider for the tree view | |||
|
feedback
|