Uses of Class
javafx.util.StringConverter
Package
Description
-
Uses of StringConverter in com.sun.javafx.binding
-
Uses of StringConverter in javafx.beans.binding
Modifier and TypeMethodDescriptionstatic <T> void
Bindings.bindBidirectional
(Property<String> stringProperty, Property<T> otherProperty, StringConverter<T> converter) Generates a bidirectional binding (or "bind with inverse") between aString
-Property
and anotherProperty
using the specifiedStringConverter
for conversion. -
Uses of StringConverter in javafx.beans.property
Modifier and TypeMethodDescription<T> void
StringProperty.bindBidirectional
(Property<T> other, StringConverter<T> converter) Create a bidirectional binding between thisStringProperty
and another arbitrary property. -
Uses of StringConverter in javafx.scene.control
Modifier and TypeMethodDescriptionfinal StringConverter<T>
ChoiceBox.getConverter()
Gets the value of theconverter
property.final StringConverter<LocalDate>
DatePicker.getConverter()
Gets the value of theconverter
property.Modifier and TypeMethodDescriptionChoiceBox.converterProperty()
Allows a way to specify how to represent objects in the items list.final Property<StringConverter<LocalDate>>
DatePicker.converterProperty()
Modifier and TypeMethodDescriptionfinal void
ChoiceBox.setConverter
(StringConverter<T> value) Sets the value of theconverter
property.final void
DatePicker.setConverter
(StringConverter<LocalDate> value) Sets the value of theconverter
property.