I am new to the Eclipse RCP...Please help in me regarding the
interaction f views
I am creating two views in a single perspective..one is Tree (SWT) and
another view is Table(SWT)..Selection of a tree node should notify the
other views like (Table) as I want to display the contents of tree node
into the table...
SO I am using IselectionProvider and Listener concept....
Please throw some light on how to implement this....