Uses of Class
javafx.beans.property.ReadOnlyBooleanPropertyBase
Package | Description |
---|---|
javafx.beans.property.adapter |
Provides various classes that act as adapters between a regular Java Bean
property and a corresponding
JavaFX
Property . |
-
Uses of ReadOnlyBooleanPropertyBase in javafx.beans.property.adapter
Subclasses of ReadOnlyBooleanPropertyBase in javafx.beans.property.adapter Modifier and Type Class Description class
ReadOnlyJavaBeanBooleanProperty
AReadOnlyJavaBeanBooleanProperty
provides an adapter between a regular read only Java Bean property of typeboolean
orBoolean
and a JavaFXReadOnlyBooleanProperty
.