Custom PatternFilter in TreeViewer [message #1695302] |
Wed, 13 May 2015 08:15  |
Eclipse User |
|
|
|
Hi,
I am developing an application in which I need to filter my treeviewer and that's why I have used the PatternFilter which pretty much provides everything I needed.
Now, I need to filter the treeviewer in a different way.
Let's say I have a treeviewer with the following items in it.
Parent1
--Child1
----ChildChild1
---------ChildChildChild1
Parent2
--Child2
----ChildChild2
---------ChildChildChild2
So now if I use filter text "Parent2", it is only displaying Parent2 but I want to view all its child nodes along with it.
That means while filtering using text "Parent2", I need to see the following in the treeviewer.
Parent2
--Child 2
----ChildChild2
---------ChildChildChild2
Awaiting for further assistance.
[Updated on: Wed, 13 May 2015 08:28] by Moderator
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.25024 seconds