Java FX - Class Diagram - Classes that extend BooleanProperty




NamePackageDescriptionDetail

BooleanPropertyjavafx.beans.propertyThis class provides a full implementation of a Property wrapping a The value of a BooleanProperty can be get and set with ObservableBooleanValue.Detail
BooleanPropertyBasejavafx.beans.propertyThe class BooleanPropertyBase is the base class for a property wrapping a boolean value.Detail
JavaBeanBooleanPropertyjavafx.beans.property.adapterA JavaBeanBooleanProperty provides an adapter between a regular Java Bean property of type boolean or Boolean and a JavaFX Detail
ReadOnlyBooleanWrapperjavafx.beans.propertyThis class provides a convenient class to define read-only properties.Detail
SimpleBooleanPropertyjavafx.beans.propertyThis class provides a full implementation of a Property wrapping aSince:JavaFX 2.Detail
SimpleStyleableBooleanPropertyjavafx.cssThis class extends SimpleBooleanProperty and provides a full implementation of a StyleableProperty.Detail
StyleableBooleanPropertyjavafx.cssThis class extends BooleanPropertyBase and provides a partial implementation of a StyleableProperty.Detail