| [news.eclipse.platform] Re: Does jface databinding support treeviewer? |
The input is contentProvider.getKnownElements().I do not see the elements returned by contentProvider.getKnownElements() are used in the implementation of PersonGroupLabelProvider. It looks like the PersonGroupLabelProvider has not relation with the content provider at all.
You need to implement ITableLabelProvider so that the tree viewer willrecognize that your label provider supports columns.
Your explanation is very helpful. Thanks a lot.
Hao