Uses of Class
javafx.util.StringConverter
Packages that use StringConverter
Package
Description
-
Uses of StringConverter in com.sun.javafx.binding
Methods in com.sun.javafx.binding with parameters of type StringConverter -
Uses of StringConverter in javafx.beans.binding
Methods in javafx.beans.binding with parameters of type StringConverterModifier and TypeMethodDescriptionstatic <T> voidBindings.bindBidirectional(Property<String> stringProperty, Property<T> otherProperty, StringConverter<T> converter) Generates a bidirectional binding (or "bind with inverse") between aString-Propertyand anotherPropertyusing the specifiedStringConverterfor conversion. -
Uses of StringConverter in javafx.beans.property
Methods in javafx.beans.property with parameters of type StringConverterModifier and TypeMethodDescription<T> voidStringProperty.bindBidirectional(Property<T> other, StringConverter<T> converter) Create a bidirectional binding between thisStringPropertyand another arbitrary property. -
Uses of StringConverter in javafx.scene.control
Methods in javafx.scene.control that return StringConverterModifier and TypeMethodDescriptionfinal StringConverter<T>ChoiceBox.getConverter()Gets the value of theconverterproperty.final StringConverter<LocalDate>DatePicker.getConverter()Gets the value of theconverterproperty.Methods in javafx.scene.control that return types with arguments of type StringConverterModifier and TypeMethodDescriptionChoiceBox.converterProperty()Allows a way to specify how to represent objects in the items list.final Property<StringConverter<LocalDate>>DatePicker.converterProperty()Methods in javafx.scene.control with parameters of type StringConverterModifier and TypeMethodDescriptionfinal voidChoiceBox.setConverter(StringConverter<T> value) Sets the value of theconverterproperty.final voidDatePicker.setConverter(StringConverter<LocalDate> value) Sets the value of theconverterproperty.