Uses of Interface
javafx.beans.value.WritableBooleanValue
-
Packages that use WritableBooleanValue Package Description javafx.beans.property The packagejavafx.beans.property
defines 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 correspondingJavaFX Property
.javafx.css Provides API for making properties styleable via CSS and for supporting pseudo-class state. -
-
Uses of WritableBooleanValue in javafx.beans.property
Classes in javafx.beans.property that implement WritableBooleanValue Modifier and Type Class Description class
BooleanProperty
This class provides a full implementation of aProperty
wrapping aboolean
value.class
BooleanPropertyBase
The classBooleanPropertyBase
is the base class for a property wrapping aboolean
value.class
ReadOnlyBooleanWrapper
This class provides a convenient class to define read-only properties.class
SimpleBooleanProperty
This class provides a full implementation of aProperty
wrapping aboolean
value. -
Uses of WritableBooleanValue in javafx.beans.property.adapter
Classes in javafx.beans.property.adapter that implement WritableBooleanValue Modifier and Type Class Description class
JavaBeanBooleanProperty
AJavaBeanBooleanProperty
provides an adapter between a regular Java Bean property of typeboolean
orBoolean
and a JavaFXBooleanProperty
. -
Uses of WritableBooleanValue in javafx.css
Classes in javafx.css that implement WritableBooleanValue Modifier and Type Class Description class
SimpleStyleableBooleanProperty
This class extendsSimpleBooleanProperty
and provides a full implementation of aStyleableProperty
.class
StyleableBooleanProperty
This class extendsBooleanPropertyBase
and provides a partial implementation of aStyleableProperty
.
-