surya55 0 Newbie Poster

Hi All,

I have a situation where i need to retrieve parentpath from childname in JFace Checkboxtreeviewer.

By using below code, i can get both the path seperately.
getCheckedElements() - child elements
getExpandedTreePaths() - parent elements

How i can map childelements with parent? here i get both seperately.
When i select multiple child elements i cant map which 'child' maps with which 'parent'.
Or is there any new options to get both child and parent path?

Kindly help me in this situation.I tried google but cant find the answer.

Thanks in advance.