Module javafx.base

Class LongPropertyBase

java.lang.Object
All Implemented Interfaces:
NumberExpression, Observable, Property<Number>, ReadOnlyProperty<Number>, ObservableLongValue, ObservableNumberValue, ObservableValue<Number>, WritableLongValue, WritableNumberValue, WritableValue<Number>
Direct Known Subclasses:
SimpleLongProperty, StyleableLongProperty

public abstract class LongPropertyBase extends LongProperty
The class LongPropertyBase is the base class for a property wrapping a long 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: