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.