Uses of Class
javafx.beans.property.adapter.JavaBeanLongProperty
Package | Description |
---|---|
javafx.beans.property.adapter |
Provides various classes that act as adapters between a regular Java Bean
property and a corresponding
JavaFX
Property . |
-
Uses of JavaBeanLongProperty in javafx.beans.property.adapter
Methods in javafx.beans.property.adapter that return JavaBeanLongProperty Modifier and Type Method Description JavaBeanLongProperty
JavaBeanLongPropertyBuilder. build()
Generates a newJavaBeanLongProperty
with the current settings.