[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: getViewSite().setSelectionProvider(viewer) problem

David Vicente wrote:
Stein M. Eliassen wrote:


You must register the other treeviewers as SelectionProviders also.



Stein



yes, i do that, each time i select a tabitem.

I must register it when i create the treeitem ?



You don't need to register the selectionprovider each time a tab is selected, just register it once when you create the tabitem/treeview.


Stein