Uses of Class
javafx.beans.property.adapter.JavaBeanStringPropertyBuilder
Packages that use JavaBeanStringPropertyBuilder
Package
Description
Provides various classes that act as adapters between a regular Java Bean
property and a corresponding 
JavaFX
Property.- 
Uses of JavaBeanStringPropertyBuilder in javafx.beans.property.adapterMethods in javafx.beans.property.adapter that return JavaBeanStringPropertyBuilderModifier and TypeMethodDescriptionSets the Java Bean instance the adapter should connect to.Sets the Java Bean class in which the getter and setter should be searched.JavaBeanStringPropertyBuilder.create()Creates a new instance ofJavaBeanStringPropertyBuilder.Sets the getter method directly.Sets an alternative name for the getter.Sets the name of the property.Sets the setter method directly.Sets an alternative name for the setter.