Module javafx.base

Class IntegerPropertyBase

java.lang.Object
All Implemented Interfaces:
NumberExpression, Observable, Property<Number>, ReadOnlyProperty<Number>, ObservableIntegerValue, ObservableNumberValue, ObservableValue<Number>, WritableIntegerValue, WritableNumberValue, WritableValue<Number>
Direct Known Subclasses:
SimpleIntegerProperty, StyleableIntegerProperty

public abstract class IntegerPropertyBase extends IntegerProperty
The class IntegerPropertyBase is the base class for a property wrapping a int 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: