Uses of Class
javafx.beans.property.IntegerProperty
-
Uses of IntegerProperty in javafx.beans.property
Modifier and TypeClassDescriptionclass
The classIntegerPropertyBase
is the base class for a property wrapping aint
value.class
This class provides a full implementation of aProperty
wrapping aint
value. -
Uses of IntegerProperty in javafx.css
Modifier and TypeClassDescriptionclass
This class extendsIntegerPropertyBase
and provides a partial implementation of aStyleableProperty
.