| Adapter for different selection provider in one view - text control and table control.
See bug 304424
The main problem is, that
getSite().setSelectionProvider(viewSelectionProvider);
could be set only once per view, so that we cannot switch existing
selection provider on the fly (or I have no idea how to do this simplier way).
author: Andrei |