Uses of Interface
javafx.beans.value.WritableBooleanValue
| Package | Description | 
|---|---|
| javafx.beans.property | The package  javafx.beans.propertydefines read-only
                properties and writable properties, plus a number of implementations. | 
| javafx.beans.property.adapter | Provides various classes that act as adapters between a regular Java Bean
property and a corresponding  JavaFX
Property. | 
| javafx.css | Provides API for making properties styleable via CSS and for supporting
pseudo-class state. | 
- 
Uses of WritableBooleanValue in javafx.beans.propertyClasses in javafx.beans.property that implement WritableBooleanValue Modifier and Type Class Description classBooleanPropertyThis class provides a full implementation of aPropertywrapping abooleanvalue.classBooleanPropertyBaseThe classBooleanPropertyBaseis the base class for a property wrapping abooleanvalue.classReadOnlyBooleanWrapperThis class provides a convenient class to define read-only properties.classSimpleBooleanPropertyThis class provides a full implementation of aPropertywrapping abooleanvalue.
- 
Uses of WritableBooleanValue in javafx.beans.property.adapterClasses in javafx.beans.property.adapter that implement WritableBooleanValue Modifier and Type Class Description classJavaBeanBooleanPropertyAJavaBeanBooleanPropertyprovides an adapter between a regular Java Bean property of typebooleanorBooleanand a JavaFXBooleanProperty.
- 
Uses of WritableBooleanValue in javafx.cssClasses in javafx.css that implement WritableBooleanValue Modifier and Type Class Description classSimpleStyleableBooleanPropertyThis class extendsSimpleBooleanPropertyand provides a full implementation of aStyleableProperty.classStyleableBooleanPropertyThis class extendsBooleanPropertyBaseand provides a partial implementation of aStyleableProperty.