Uses of Class
javafx.beans.property.adapter.ReadOnlyJavaBeanObjectPropertyBuilder
Packages that use ReadOnlyJavaBeanObjectPropertyBuilder
Package
Description
Provides various classes that act as adapters between a regular Java Bean
 property and a corresponding 
JavaFX
 Property.- 
Uses of ReadOnlyJavaBeanObjectPropertyBuilder in javafx.beans.property.adapterMethods in javafx.beans.property.adapter that return ReadOnlyJavaBeanObjectPropertyBuilderModifier and TypeMethodDescriptionSet the Java Bean instance the adapter should connect toSet the Java Bean class in which the getter should be searched.static <T> ReadOnlyJavaBeanObjectPropertyBuilder<T>ReadOnlyJavaBeanObjectPropertyBuilder.create()Create a new instance ofReadOnlyJavaBeanObjectPropertyBuilderSet the getter method directly.Set an alternative name for the getter.Set the name of the property