Java FX - Class Diagram - Classes that extend ReadOnlyBooleanProperty




NamePackageDescriptionDetail

BooleanPropertybeans.propertyThis class provides a full implementation of a Property wrapping a The value of a BooleanProperty can be get and set with ObservableBooleanValue.Detail
BooleanPropertyBasebeans.propertyThe class BooleanPropertyBase is the base class for a property wrapping a boolean value.Detail
JavaBeanBooleanPropertybeans.property.adapterA JavaBeanBooleanProperty provides an adapter between a regular Java Bean property of type boolean or Boolean and a JavaFX Detail
ReadOnlyBooleanPropertybeans.propertySuper class for all readonly properties wrapping a boolean.Detail
ReadOnlyBooleanPropertyBasebeans.propertyBase class for all readonly properties wrapping a boolean.Detail
ReadOnlyBooleanWrapperbeans.propertyThis class provides a convenient class to define read-only properties.Detail
ReadOnlyJavaBeanBooleanPropertybeans.property.adapterA ReadOnlyJavaBeanBooleanProperty provides an adapter between a regular read only Java Bean property of type boolean or Boolean and a JavaFX Detail
SimpleBooleanPropertybeans.propertyThis class provides a full implementation of a Property wrapping aSince:JavaFX 2.Detail
SimpleStyleableBooleanPropertycssThis class extends SimpleBooleanProperty and provides a full implementation of a StyleableProperty.Detail
StyleableBooleanPropertycssThis class extends BooleanPropertyBase and provides a partial implementation of a StyleableProperty.Detail