@ClassVersion(sourceVersion="$Id: TimeZoneConverter.java 1116 2024-03-13 15:44:33Z tquadrat $")
@API(status=STABLE,
since="0.4.6")
public final class TimeZoneConverter
extends StyleConverter<String,ZoneId>
An implementation of
StyleConverter
for time zones (more precise, for
ZoneIds).- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: TimeZoneConverter.java 1116 2024-03-13 15:44:33Z tquadrat $
- Since:
- 0.4.6
- UML Diagram
-
UML Diagram for "org.tquadrat.foundation.fx.css.TimeZoneConverter"
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final classThe instance holder for this class.Nested classes/interfaces inherited from class javafx.css.StyleConverter
StyleConverter.StringStore -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateCreates a new instance ofTimeZoneConverter. -
Method Summary
Methods inherited from class javafx.css.StyleConverter
cacheValue, clearCache, convert, getBooleanConverter, getCachedValue, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverter, readBinary, writeBinary
-
Constructor Details
-
TimeZoneConverter
private TimeZoneConverter()Creates a new instance ofTimeZoneConverter.
-
-
Method Details
