[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] ISelectionProvider in a View

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?

Please let me know.

Adithya.