Module org.tquadrat.foundation.fx
Class TimeSlider.StyleableProperties
java.lang.Object
org.tquadrat.foundation.fx.control.TimeSlider.StyleableProperties
- Enclosing class:
TimeSlider
@UtilityClass
@ClassVersion(sourceVersion="$Id: TimeSlider.java 1121 2024-03-16 16:51:23Z tquadrat $")
@API(status=STABLE,
since="0.4.6")
protected static final class TimeSlider.StyleableProperties
extends Object
The styleable properties for
TimeSlider
.- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: TimeSlider.java 1121 2024-03-16 16:51:23Z tquadrat $
- Since:
- 0.4.6
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CssMetaData
<TimeSlider, TimeSlider.Granularity> The CSS attribute forGRANULARITY
.static final CssMetaData
<TimeSlider, Boolean> The CSS attribute forSNAP_TO_TICKS
.static final List
<CssMetaData<? extends Styleable, ?>> The CSS attributes forTimeSlider
.static final CssMetaData
<TimeSlider, ZoneId> The CSS attribute for theTIME_ZONE
. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
GRANULARITY
The CSS attribute forGRANULARITY
.- See Also:
-
SNAP_TO_TICKS
The CSS attribute forSNAP_TO_TICKS
.- See Also:
-
TIME_ZONE
The CSS attribute for theTIME_ZONE
.- See Also:
-
STYLEABLES
The CSS attributes forTimeSlider
.
-
-
Constructor Details
-
StyleableProperties
private StyleableProperties()No instance allowed for this class!
-