Hello,
I have created various views in my perspective.
I want to reflect 'changes' or 'selections' made in one view to reflect in
other views.
For eg,if in one view there is a 'tree' showing the 'names' of various
tables and in the other view i want to display the "attributes" of the
selected table name ,how do i do it??
I came to know i have to use IStructuredSelection of IselectionProvider
for making the selection Global but how do i add a listener in the other
view which listens to the above said listener?
Is there any javadoc or links which are available?