Module javafx.base

Class BooleanPropertyBase

java.lang.Object
All Implemented Interfaces:
Observable, Property<Boolean>, ReadOnlyProperty<Boolean>, ObservableBooleanValue, ObservableValue<Boolean>, WritableBooleanValue, WritableValue<Boolean>
Direct Known Subclasses:
SimpleBooleanProperty, StyleableBooleanProperty

public abstract class BooleanPropertyBase extends BooleanProperty
The class BooleanPropertyBase is the base class for a property wrapping a boolean value. It provides all the functionality required for a property except for the ReadOnlyProperty.getBean() and ReadOnlyProperty.getName() methods, which must be implemented by extending classes.
Since:
JavaFX 2.0
See Also: