Module org.tquadrat.foundation.fx
Class RangeSlider.StyleableProperties
java.lang.Object
org.tquadrat.foundation.fx.control.RangeSlider.StyleableProperties
- Enclosing class:
RangeSlider
@UtilityClass
@ClassVersion(sourceVersion="$Id: RangeSlider.java 1121 2024-03-16 16:51:23Z tquadrat $")
@API(status=STABLE,
since="0.4.6")
protected static final class RangeSlider.StyleableProperties
extends Object
The styleable properties for
RangeSlider
.- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: RangeSlider.java 1121 2024-03-16 16:51:23Z tquadrat $
- Since:
- 0.4.6
- Inspired through:
- ControlsFX Project
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CssMetaData
<RangeSlider, Number> The CSS attribute for theBLOCK_INCREMENT
.static final CssMetaData
<RangeSlider, Number> The CSS attribute for theMAJOR_TICK_UNIT
.static final CssMetaData
<RangeSlider, Number> The CSS attribute for theMAJOR_TICK_UNIT
.static final CssMetaData
<RangeSlider, Orientation> The CSS attribute for theORIENTATION
.static final CssMetaData
<RangeSlider, Boolean> The CSS attribute forSHOW_TICK_LABELS
.static final CssMetaData
<RangeSlider, Boolean> The CSS attribute forSHOW_TICK_MARKS
.static final CssMetaData
<RangeSlider, Boolean> The CSS attribute forSNAP_TO_TICKS
.static final List
<CssMetaData<? extends Styleable, ?>> The CSS attributes forRangeSlider
. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BLOCK_INCREMENT
The CSS attribute for theBLOCK_INCREMENT
.- See Also:
-
MAJOR_TICK_UNIT
The CSS attribute for theMAJOR_TICK_UNIT
.- See Also:
-
MINOR_TICK_COUNT
The CSS attribute for theMAJOR_TICK_UNIT
.- See Also:
-
ORIENTATION
The CSS attribute for theORIENTATION
.- See Also:
-
SHOW_TICK_LABELS
The CSS attribute forSHOW_TICK_LABELS
.- See Also:
-
SHOW_TICK_MARKS
The CSS attribute forSHOW_TICK_MARKS
.- See Also:
-
SNAP_TO_TICKS
The CSS attribute forSNAP_TO_TICKS
.- See Also:
-
STYLEABLES
The CSS attributes forRangeSlider
.
-
-
Constructor Details
-
StyleableProperties
private StyleableProperties()No instance allowed for this class!
-