| [news.eclipse.platform.rcp] Re: Views Interaction |
"Make your Eclipse applications richer with view linking" http://www-128.ibm.com/developerworks/library/os-ecllink/index.html
Swetha wrote:
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....