I have a table with moveable columns. When the user closes the application
the order of the columns is saved and restored the next time the user
opens the appliation.
Problem: in my LabelProvider I only get the index of the table column that
is being filled. Which is a problem when the user moves the columns. For
example: in the default table layout images are always shown in the first
column of the table. The user now moves this column to the end of the
table, closes the application and restarts it the next day. I haven't
found a way to determine where the column showing the images is now.