Uses of Class
javafx.beans.property.adapter.JavaBeanFloatPropertyBuilder
Packages that use JavaBeanFloatPropertyBuilder
Package
Description
Provides various classes that act as adapters between a regular Java Bean
property and a corresponding
JavaFX
Property
.-
Uses of JavaBeanFloatPropertyBuilder in javafx.beans.property.adapter
Methods in javafx.beans.property.adapter that return JavaBeanFloatPropertyBuilderModifier 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.static JavaBeanFloatPropertyBuilder
JavaBeanFloatPropertyBuilder.create()
Creates a new instance ofJavaBeanFloatPropertyBuilder
.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.