[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: How to filter a TreeViewer to not display the parent, but show the children

Hello Kyle,

If you filter the parent obviously you will lose the children as the child nodes are part of the parent node.

From my knowledge, what you can do is to re-create the tree with Tree1 and
Tree2 as parent nodes.

Regards,
Madhu