I'm programming a JFace Table with owner-drawing by assigning the columns an OwnerDrawCellLabelProvider. I'm now happy with how the body of the table looks, but would like to also adjust the look of the table header.
Is there any API way I can get access to how the header of each column is drawn? I can always create a second custom-drawn table to serve as the header of the first table, but that seems a little silly.
You can look at Nebula
Grid
widget. It has aGridTableViewer
as well as aGridTreeViewer
. Pretty handy. It allows customisation on column as well as row headers. See snippets here