Java FX - Class Diagram - Classes that extend ReadOnlyObjectProperty




NamePackageDescriptionDetail

JavaBeanObjectPropertybeans.property.adapterA JavaBeanObjectProperty provides an adapter between a regular Java Bean property of type T and a JavaFX Detail
ObjectPropertybeans.propertyThis class provides a full implementation of a Property wrapping an The value of a ObjectProperty can be get and set with ObservableObjectValue.Detail
ObjectPropertyBasebeans.propertyThe class ObjectPropertyBase is the base class for a property wrapping an arbitrary Object.Detail
ReadOnlyJavaBeanObjectPropertybeans.property.adapterA ReadOnlyJavaBeanObjectProperty provides an adapter between a regular read only Java Bean property of T and a JavaFX Detail
ReadOnlyObjectPropertybeans.propertySuper class for all readonly properties wrapping an arbitrary Object.Detail
ReadOnlyObjectPropertyBasebeans.propertyBase class for all readonly properties wrapping an arbitrary Object.Detail
ReadOnlyObjectWrapperbeans.propertyThis class provides a convenient class to define read-only properties.Detail
SimpleObjectPropertybeans.propertyThis class provides a full implementation of a Property wrapping anSince:JavaFX 2.Detail
SimpleStyleableObjectPropertycssThis class extends SimpleObjectProperty and provides a full implementation of a StyleableProperty.Detail
StyleableObjectPropertycssThis class extends ObjectPropertyBase and provides a partial implementation of a StyleableProperty.Detail