Community
Participate
Working Groups
The SWT.HIDE_SELECTION style is missing. With this style flag, selections are not highlighted in a table. This is useful when working with TableEditor (CellEditor). As a workaround it is possible to use a custom style variant on the table which colors the selection the same as not-selection.
Just to clarify the description: SWT.HIDE_SELECTION does not entirely hide the selection. The selection is only hidden when the widget loses focus.
Fixed in CVS HEAD.