SWT Labels. Labels are simple widgets that can contain either text or an image.
Properties that can be defined for this element:
Background color for labels.
Background image or gradient for Label.
Border for labels.
Border radius. The border radius has no effect if an enhanced border, like "inset" or "outset" is used.
Text color for labels.
Control's cursor.
Text font for labels.
The opacity of the label. A value between 0 and 1.
Decoration for label text.
Shadow for text.
SWT style flags that can be referred to in a selector for this element (as CSS attributes):
Indicates that the widget should have a border.
Represents SWT Labels with style SWT.SEPARATOR.
Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):
Applies to disabled labels.
Applies to widgets while the cursor hovers over them.
The separator line.
Properties that can be defined for this element:
Background color for the separator line.
Background image or gradient for the separator line.
Border for separator line.
Border radius. The border radius has no effect if an enhanced border, like "inset" or "outset" is used.
Represents the width of the separator line if it's vertical or the height, if it's horizontal.
SWT style flags that can be referred to in a selector for this element (as CSS attributes):
Indicates that the separator should have a shadow-in border.
Indicates that the separator should have a plain border.
Indicates that the separator should have a shadow-in border.
none