| Name | Package | Description | Detail |
| | | |
| BooleanProperty | beans.property | This class provides a full implementation of a Property wrapping a The value of a BooleanProperty can be get and set with ObservableBooleanValue. | Detail |
| BooleanPropertyBase | beans.property | The class BooleanPropertyBase is the base class for a property wrapping a boolean value. | Detail |
| JavaBeanBooleanProperty | beans.property.adapter | A JavaBeanBooleanProperty provides an adapter between a regular Java Bean property of type boolean or Boolean and a JavaFX | Detail |
| ReadOnlyBooleanProperty | beans.property | Super class for all readonly properties wrapping a boolean. | Detail |
| ReadOnlyBooleanPropertyBase | beans.property | Base class for all readonly properties wrapping a boolean. | Detail |
| ReadOnlyBooleanWrapper | beans.property | This class provides a convenient class to define read-only properties. | Detail |
| ReadOnlyJavaBeanBooleanProperty | beans.property.adapter | A ReadOnlyJavaBeanBooleanProperty provides an adapter between a regular read only Java Bean property of type boolean or Boolean and a JavaFX | Detail |
| SimpleBooleanProperty | beans.property | This class provides a full implementation of a Property wrapping aSince:JavaFX 2. | Detail |
| SimpleStyleableBooleanProperty | css | This class extends SimpleBooleanProperty and provides a full implementation of a StyleableProperty. | Detail |
| StyleableBooleanProperty | css | This class extends BooleanPropertyBase and provides a partial implementation of a StyleableProperty. | Detail |