Uses of Interface
jfxtras.icalendarfx.utilities.StringConverter
Packages that use StringConverter
Package
Description
-
Uses of StringConverter in jfxtras.icalendarfx.parameters
Fields in jfxtras.icalendarfx.parameters declared as StringConverterModifier and TypeFieldDescriptionprotected final StringConverter<T> VParameterBase.converterSTRING CONVERTER Get the parameter value string converter.Methods in jfxtras.icalendarfx.parameters that return StringConverterModifier and TypeMethodDescriptionabstract <T> StringConverter<T> VParameterElement.getConverter()return default String converter associated with property value typeConstructors in jfxtras.icalendarfx.parameters with parameters of type StringConverterModifierConstructorDescriptionParameterEnumBasedWithUnknown(ParameterEnumBasedWithUnknown<U, T> source, StringConverter<T> stringConverter) ParameterEnumBasedWithUnknown(StringConverter<T> stringConverter) ParameterEnumBasedWithUnknown(T value, StringConverter<T> stringConverter) -
Uses of StringConverter in jfxtras.icalendarfx.properties
Methods in jfxtras.icalendarfx.properties that return StringConverterModifier and TypeMethodDescriptionabstract <T> StringConverter<T> ValueType.getConverter()return default String converter associated with property value typeprotected StringConverter<T> VPropertyBase.getConverter()STRING CONVERTER Get the property's value string converter.Methods in jfxtras.icalendarfx.properties with parameters of type StringConverterModifier and TypeMethodDescriptionprotected voidVPropertyBase.setConverter(StringConverter<T> converter) Constructors in jfxtras.icalendarfx.properties with parameters of type StringConverter -
Uses of StringConverter in jfxtras.icalendarfx.properties.component.time
Fields in jfxtras.icalendarfx.properties.component.time declared as StringConverterModifier and TypeFieldDescriptionstatic final StringConverter<List<Pair<ZonedDateTime, TemporalAmount>>> FreeBusyTime.CONVERTER -
Uses of StringConverter in jfxtras.icalendarfx.utilities
Classes in jfxtras.icalendarfx.utilities that implement StringConverterModifier and TypeClassDescriptionclassStringConverterimplementation forStringvalues.classStringConverterimplementation forDouble(and double primitive) values.classStringConverterimplementation forInteger(and int primitive) values.Methods in jfxtras.icalendarfx.utilities that return StringConverterModifier and TypeMethodDescriptionstatic StringConverter<Boolean> StringConverters.booleanConverter()static StringConverter<String> StringConverters.defaultStringConverterWithQuotes()static StringConverter<URI> StringConverters.uriConverterNoQuotes()static StringConverter<URI> StringConverters.uriConverterWithQuotes()static StringConverter<List<URI>> StringConverters.uriListConverter()