Java FX - Class Diagram - Classes that extend ObjectProperty




NamePackageDescriptionDetail

JavaBeanObjectPropertyjavafx.beans.property.adapterA JavaBeanObjectProperty provides an adapter between a regular Java Bean property of type T and a JavaFX Detail
ObjectPropertyjavafx.beans.propertyThis class provides a full implementation of a Property wrapping an The value of a ObjectProperty can be get and set with ObservableObjectValue.Detail
ObjectPropertyBasejavafx.beans.propertyThe class ObjectPropertyBase is the base class for a property wrapping an arbitrary Object.Detail
ReadOnlyObjectWrapperjavafx.beans.propertyThis class provides a convenient class to define read-only properties.Detail
SimpleObjectPropertyjavafx.beans.propertyThis class provides a full implementation of a Property wrapping anSince:JavaFX 2.Detail
SimpleStyleableObjectPropertyjavafx.cssThis class extends SimpleObjectProperty and provides a full implementation of a StyleableProperty.Detail
StyleableObjectPropertyjavafx.cssThis class extends ObjectPropertyBase and provides a partial implementation of a StyleableProperty.Detail