Java FX - Class Diagram - Classes that implement ObservableLongValue




NamePackageDescriptionDetail

JavaBeanLongPropertyjavafx.beans.property.adapterA JavaBeanLongProperty provides an adapter between a regular Java Bean property of type long or Long and a JavaFX Detail
LongBindingjavafx.beans.bindingBase class that provides most of the functionality needed to implement a Binding of a long value.Detail
LongExpressionjavafx.beans.bindingA LongExpression is a ObservableLongValue plus additional convenience methods to generate bindings in a fluent style.Detail
LongPropertyjavafx.beans.propertyThis class defines a Property wrapping a long value.Detail
LongPropertyBasejavafx.beans.propertyThe class LongPropertyBase is the base class for a property wrapping It provides all the functionality required for a property except for theDetail
ReadOnlyJavaBeanLongPropertyjavafx.beans.property.adapterA ReadOnlyJavaBeanLongProperty provides an adapter between a regular read only Java Bean property of type long or Long and a JavaFX Detail
ReadOnlyLongPropertyjavafx.beans.propertySuper class for all readonly properties wrapping a long.Detail
ReadOnlyLongPropertyBasejavafx.beans.propertyBase class for all readonly properties wrapping a long.Detail
ReadOnlyLongWrapperjavafx.beans.propertyThis class provides a convenient class to define read-only properties.Detail
SimpleLongPropertyjavafx.beans.propertyThis class provides a full implementation of a Property wrapping aSince:JavaFX 2.Detail
SimpleStyleableLongPropertyjavafx.cssThis class extends SimpleLongProperty and provides a full implementation of a StyleableProperty.Detail
StyleableLongPropertyjavafx.cssThis class extends LongPropertyBase and provides a partial implementation of a StyleableProperty.Detail