Package javafx.util.converter
package javafx.util.converter
This package is for standard
string converters
for JavaFX. Example use cases for these implementations include:
- JavaFX binding API for converting Objects to and from Strings, when the binding requires this.
- In JavaFX UI controls such as
ComboBoxandChoiceBox
-
ClassesClassDescriptionA
StringConverterimplementation forBigDecimalvalues.AStringConverterimplementation forBigIntegervalues.AStringConverterimplementation forBoolean(andboolean) values.AStringConverterimplementation forByte(andbyte) values.AStringConverterimplementation forCharacter(andchar) values.AStringConverterimplementation forNumbervalues that represent currency.AStringConverterimplementation forDatevalues that represent dates.AStringConverterimplementation forDatevalues that represent dates and times.AStringConverterimplementation forStringvalues.AStringConverterimplementation forDouble(anddouble) values.AStringConverterimplementation forFloat(andfloat) values.AStringConverterimplementation that can use aFormatinstance to convert arbitrary types to and from a string.AStringConverterimplementation forInteger(andint) values.AStringConverterimplementation forLocalDatevalues.AStringConverterimplementation forLocalDateTimevalues.AStringConverterimplementation forLocalTimevalues.AStringConverterimplementation forLong(andlong) values.AStringConverterimplementation forNumbervalues.AStringConverterimplementation forNumbervalues that represent percentages.AStringConverterimplementation forShort(andshort) values.AStringConverterimplementation forDatevalues that represent time.