Module javafx.base

Class DoublePropertyBase

java.lang.Object
All Implemented Interfaces:
NumberExpression, Observable, Property<Number>, ReadOnlyProperty<Number>, ObservableDoubleValue, ObservableNumberValue, ObservableValue<Number>, WritableDoubleValue, WritableNumberValue, WritableValue<Number>
Direct Known Subclasses:
SimpleDoubleProperty, StyleableDoubleProperty

public abstract class DoublePropertyBase extends DoubleProperty
The class DoublePropertyBase is the base class for a property wrapping a double value. It provides all the functionality required for a property except for the ReadOnlyProperty.getBean() and ReadOnlyProperty.getName() methods, which must be implemented by extending classes.
Since:
JavaFX 2.0
See Also: