开发者

How to filter out the TreeNodes(grandchildren level) from treeviewer using Viewfilter in SWT

开发者 https://www.devze.com 2023-04-10 06:19 出处:网络
How to filter out the Tree Nodes (grandchildren level) fro开发者_StackOverflow中文版m tree viewer using View filter in SWT.I want to filter out the grand children node from the treeviewer.You just can

How to filter out the Tree Nodes (grandchildren level) fro开发者_StackOverflow中文版m tree viewer using View filter in SWT.I want to filter out the grand children node from the treeviewer.


You just can filter your items in Container.

ArrayList<Nodes> nodeList;

Then add container to treeView;


The Logic would be filter children in ContentProvider for the tree view

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号