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 labels.
Background image position for labels.
Background image repetition for labels.
The border that is drawn around a Label.
The bottom side border for labels.
The left side border for labels.
Border radius. The border radius has no effect if an enhanced border, like "inset" or "outset" is used.
The right side border for labels.
The top side border for labels.
Text color for labels.
Control's cursor.
Text font for labels.
The opacity of the label. A value between 0 and 1.
Padding (inner distance) for labels.
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.
The border that is drawn for separator line.
The bottom side border for for separator line.
The left side border for for separator line.
Border radius. The border radius has no effect if an enhanced border, like "inset" or "outset" is used.
The right side border for for separator line.
The top side border for for separator line.
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