Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] tree question

Hi,
I have the following tree structure.
Root
-Table1
   ---------column1
   ---------column2
-Table2
    -------colno_1
    -------colno_2
-Table3
Now if i select say column1 then I want to print column1 as well as its 
parent,
in this case being Table1.
In selection listener I know how to get the selected item but now I  
need to
print its parent too.
Help
r




Back to the top