Slider controls
Properties that can be defined for this element:
Background color for slider
Border for sliders.
Border radius. The border radius has no effect if an enhanced border, like "inset" or "outset" is used.
SWT style flags that can be referred to in a selector for this element (as CSS attributes):
Indicates that the slider horizontal.
Indicates that the slider vertical.
Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):
Applies to disabled sliders.
On focus
The movable thumb
Properties that can be defined for this element:
Background color for slider thumb
Background image or gradient for slider movable thumb.
Thumb border
Thumb border radius
SWT style flags that can be referred to in a selector for this element (as CSS attributes):
Indicates that the slider horizontal.
Indicates that the slider vertical.
Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):
On slider-focus
On thumb roll over
On thumb pressed
The button for decreasing selection value
Properties that can be defined for this element:
Background color for min button
Background image, gradient or icon if not specified in Slider-DownButton-Icon for slider down button.
Down button border
Down button border radius
Slider down button cursor.
Padding (inner distance) for Slider down button.
SWT style flags that can be referred to in a selector for this element (as CSS attributes):
Indicates that the slider horizontal.
Indicates that the slider vertical.
Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):
Applies to disabled Slider down button.
Corresponds to SWT.HORIZONTAL state of the slider. (deprecated, use HORIZONTAL instead)
On button roll over
On button pressed
Corresponds to SWT.VERTICAL state of the slider. (deprecated, use VERTICAL instead)
The slider down button icon.
Properties that can be defined for this element:
The icon for the Slider down button.
SWT style flags that can be referred to in a selector for this element (as CSS attributes):
Indicates that the slider horizontal.
Indicates that the slider vertical.
Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):
Corresponds to SWT.HORIZONTAL state of the slider. (deprecated, use HORIZONTAL instead)
Applies while the user hovers over the button.
Corresponds to SWT.VERTICAL state of the slider. (deprecated, use VERTICAL instead)
The button for increasing selection value
Properties that can be defined for this element:
Background color for up button
Background image, gradient or icon if not specified in Slider-UpButton-Icon for slider up button.
Up button border
Up button border radius
Slider up button cursor.
Padding (inner distance) for Slider up button.
SWT style flags that can be referred to in a selector for this element (as CSS attributes):
Indicates that the slider horizontal.
Indicates that the slider vertical.
Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):
Applies to disabled Slider up button.
Corresponds to SWT.HORIZONTAL state of the slider. (deprecated, use HORIZONTAL instead)
On button roll over
On button pressed
Corresponds to SWT.VERTICAL state of the slider. (deprecated, use VERTICAL instead)
The slider up button icon.
Properties that can be defined for this element:
The icon for the Slider up button.
SWT style flags that can be referred to in a selector for this element (as CSS attributes):
Indicates that the slider horizontal.
Indicates that the slider vertical.
Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):
Corresponds to SWT.HORIZONTAL state of the slider. (deprecated, use HORIZONTAL instead)
Applies while the user hovers over the button.
Corresponds to SWT.VERTICAL state of the slider. (deprecated, use VERTICAL instead)