| Name | Package | Description | Detail |
| | | |
| IntegerPropertyBase | javafx.beans.property | The class IntegerPropertyBase is the base class for a property wrapping a int value. | Detail |
| ReadOnlyIntegerWrapper | javafx.beans.property | This class provides a convenient class to define read-only properties. | Detail |
| SimpleIntegerProperty | javafx.beans.property | This class provides a full implementation of a Property wrapping aSince:JavaFX 2. | Detail |
| SimpleStyleableIntegerProperty | javafx.css | This class extends SimpleIntegerProperty and provides a full implementation of a StyleableProperty. | Detail |
| StyleableIntegerProperty | javafx.css | This class extends IntegerPropertyBase and provides a partial implementation of a StyleableProperty. | Detail |