| Name | Package | Description | Detail |
| | | |
| DoubleProperty | javafx.beans.property | This class defines a Property wrapping a double value. | Detail |
| DoublePropertyBase | javafx.beans.property | The class DoublePropertyBase is the base class for a property wrapping a double value. | Detail |
| JavaBeanDoubleProperty | javafx.beans.property.adapter | A JavaBeanDoubleProperty provides an adapter between a regular Java Bean property of type double or Double and a JavaFX | Detail |
| ReadOnlyDoubleWrapper | javafx.beans.property | This class provides a convenient class to define read-only properties. | Detail |
| SimpleDoubleProperty | javafx.beans.property | This class provides a full implementation of a Property wrapping aSince:JavaFX 2. | Detail |
| SimpleStyleableDoubleProperty | javafx.css | This class extends SimpleDoubleProperty and provides a full implementation of a StyleableProperty. | Detail |
| StyleableDoubleProperty | javafx.css | This class extends DoublePropertyBase and provides a partial implementation of a StyleableProperty. | Detail |