| Name | Package | Description | Detail |
| | | |
| FloatProperty | javafx.beans.property | This class defines a Property wrapping a float value. | Detail |
| FloatPropertyBase | javafx.beans.property | The class FloatPropertyBase is the base class for a property wrapping It provides all the functionality required for a property except for the | Detail |
| JavaBeanFloatProperty | javafx.beans.property.adapter | A JavaBeanFloatProperty provides an adapter between a regular Java Bean property of type float or Float and a JavaFX | Detail |
| ReadOnlyFloatWrapper | javafx.beans.property | This class provides a convenient class to define read-only properties. | Detail |
| SimpleFloatProperty | javafx.beans.property | This class provides a full implementation of a Property wrapping aSince:JavaFX 2. | Detail |
| SimpleStyleableFloatProperty | javafx.css | This class extends SimpleFloatProperty and provides a full implementation of a StyleableProperty. | Detail |
| StyleableFloatProperty | javafx.css | This class extends FloatPropertyBase and provides a partial implementation of a StyleableProperty. | Detail |