Module javafx.base

Class FloatPropertyBase

java.lang.Object
All Implemented Interfaces:
NumberExpression, Observable, Property<Number>, ReadOnlyProperty<Number>, ObservableFloatValue, ObservableNumberValue, ObservableValue<Number>, WritableFloatValue, WritableNumberValue, WritableValue<Number>
Direct Known Subclasses:
SimpleFloatProperty, StyleableFloatProperty

public abstract class FloatPropertyBase extends FloatProperty
The class FloatPropertyBase is the base class for a property wrapping a float 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: