tags:

views:

12

answers:

0

Hello

I'm using ContainerCheckedTreeViewer. Method getCheckedElements() returns array of checked elements. But since i am inside a tree i want to get a Tree of checked elements :) This is so logical, but it seems is not possible. Probably i'm missing something?

One workaround is to store a parent for each element in the tree, then i can restore the tree from array returned by getCheckedElements(). But this works only if I can modify contentProvider codebase.

Thanks