Uses of Class
javafx.beans.property.BooleanPropertyBase
Packages that use BooleanPropertyBase
Package
Description
The package 
javafx.beans.property defines read-only
     properties and writable properties, plus a number of implementations.Provides API for making properties styleable via CSS and for supporting
 pseudo-class state.
- 
Uses of BooleanPropertyBase in javafx.beans.propertySubclasses of BooleanPropertyBase in javafx.beans.propertyModifier and TypeClassDescriptionclassThis class provides a convenient class to define read-only properties.classThis class provides a full implementation of aPropertywrapping abooleanvalue.
- 
Uses of BooleanPropertyBase in javafx.cssSubclasses of BooleanPropertyBase in javafx.cssModifier and TypeClassDescriptionclassThis class extendsSimpleBooleanPropertyand provides a full implementation of aStyleableProperty.classThis class extendsBooleanPropertyBaseand provides a partial implementation of aStyleableProperty.