Java FX - Class Diagram - Classes that implement ObservableBooleanValue




NamePackageDescriptionDetail

BooleanBindingjavafx.beans.bindingBase class that provides most of the functionality needed to implement a Binding of a boolean value.Detail
BooleanExpressionjavafx.beans.bindingA BooleanExpression is a ObservableBooleanValue plus additional convenienceDetail
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
ReadOnlyBooleanPropertyjavafx.beans.propertySuper class for all readonly properties wrapping a boolean.Detail
ReadOnlyBooleanPropertyBasejavafx.beans.propertyBase class for all readonly properties wrapping a boolean.Detail
ReadOnlyBooleanWrapperjavafx.beans.propertyThis class provides a convenient class to define read-only properties.Detail
ReadOnlyJavaBeanBooleanPropertyjavafx.beans.property.adapterA ReadOnlyJavaBeanBooleanProperty provides an adapter between a regular read only Java Bean property of type boolean or Boolean and a JavaFX 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