| Package | Description |
|---|---|
| javafx.beans.property |
The package
javafx.beans.property defines read-only
properties and writable properties, plus a number of implementations. |
| javafx.beans.property.adapter |
| Modifier and Type | Class and Description |
|---|---|
private class |
ReadOnlyFloatWrapper.ReadOnlyPropertyImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
ReadOnlyJavaBeanFloatProperty
A
ReadOnlyJavaBeanFloatProperty provides an adapter between a regular
read only Java Bean property of type float or Float and a JavaFX
ReadOnlyFloatProperty. |