Properties that can be defined for this element:
Background color for tables.
Background image or gradient for table client area.
The border that is drawn around the table including header.
The bottom side border for tables.
The left side border for tables.
The right side border for tables.
The top side border for tables.
Text color for tables.
Font for tables.
SWT style flags that can be referred to in a selector for this element (as CSS attributes):
Indicates that the table should have a border.
Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):
Applies to disabled tables.
Applies to a table with gridlines.
Applies to a table with a row template.
Item elements of table controls
Properties that can be defined for this element:
Table item background color
Tree item background image/gradient
Table item text color
Decoration for item text.
Specifies what should happen when text overflows the containing element.
Shadow for item text.
none
Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):
Applies to the items of a disabled table.
Applies when the table item has an even index
Applies while the user hovers over the table item.
Applies to the items of a table with gridlines.
Applies to the items of a table with a row template.
Applies when table item is selected.
Applies to items on unfocused table.
Item overlay that can be used to overwrite the items own colors
Properties that can be defined for this element:
Table item background color. Supports rgba values
Tree item background image/gradient
Table item text color
none
Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):
Applies to the items of a disabled table.
Applies when the table item has an even index
Applies while the user hovers over the table item.
Applies to the items of a table with gridlines.
Applies to the items of a table with a row template.
Applies when table item is selected.
Applies to items on unfocused table.
Column header of Table controls
Properties that can be defined for this element:
Background color for table column headers
Background image or gradient for TableColumn.
Border for TableColumn bottom line.
Text color for table column headers
Font for table column headers
Padding for table columns.
Specifies what should happen when text overflows the containing element.
Shadow for table columns.
none
Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):
Reflects Table#setEnabled()
On mouse over
Sort indicators in Table column headers
Properties that can be defined for this element:
Indicator image for table sorting (up/down)
none
Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):
On sorting down
On sorting up
A single cell in a multi-column Table.
Properties that can be defined for this element:
Defines the padding (i.e. the inner distance between border and content) for a table cell.
Defines the spacing between image and text within a table cell.
none
none
Grid lines in Table controls
Properties that can be defined for this element:
Grid line color when linesVisible is true
none
Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):
Applies for grid lines in header.
Applies for horizontal grid lines.
Applies for grild lines in a table with a row template
Applies for vertical grid lines.
Checkboxes in Table controls
Properties that can be defined for this element:
Background image for the table checkbox. The size of the image should be 13 x 13 pixels.
Space around the check boxes
Width of check boxes (deprecated, use margin instead)
none
Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):
When table checkbox is checked
Applies to the items of a disabled table.
When table checkbox is grayed
Applies while the user hovers over a table check box.