Name | Package | Description | Detail |
| | | |
BooleanProperty | javafx.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 | javafx.beans.property | The class BooleanPropertyBase is the base class for a property wrapping a boolean value. | Detail |
JavaBeanBooleanProperty | javafx.beans.property.adapter | A JavaBeanBooleanProperty provides an adapter between a regular Java Bean property of type boolean or Boolean and a JavaFX | Detail |
ReadOnlyBooleanWrapper | javafx.beans.property | This class provides a convenient class to define read-only properties. | Detail |
SimpleBooleanProperty | javafx.beans.property | This class provides a full implementation of a Property wrapping aSince:JavaFX 2. | Detail |
SimpleStyleableBooleanProperty | javafx.css | This class extends SimpleBooleanProperty and provides a full implementation of a StyleableProperty. | Detail |
StyleableBooleanProperty | javafx.css | This class extends BooleanPropertyBase and provides a partial implementation of a StyleableProperty. | Detail |