|
How can my view in Eclipse listen to the selection made in the package explorer. -
11-15-2008, 01:27 PM
Hi all,
I have a view which should display contents in a treeviewer on the fly . It has to specifically get the selections from the PackageExplorerView or ResourceNavigator view..
I did implement ISelectionChangeListener in my view, and registered it to listen to selections in the "createPartControl" method..
But I am not able to get what I should.
Please do provide me with some hints or tips.
Thanks,
Poonam.
|