[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] table colum name form label provider

Hi,

I have a TreeViewer with TreeColumn (a tree in a table). I also have a label provider (org.eclipse.jface.viewers.ITableLabelProvider) for the tree. Is there any way to access column name with given index in this provider?

Of course I can consider extending ITableLabelProvider with a field that will keep column names, but those names and their order can change in the run time.

Thx for any hints,
Kasia