Uses of Class
javafx.beans.property.ReadOnlyLongProperty
| Package | Description | 
|---|---|
| javafx.beans.property | The package  javafx.beans.propertydefines read-only
                properties and writable properties, plus a number of implementations. | 
| javafx.beans.property.adapter | Provides various classes that act as adapters between a regular Java Bean
property and a corresponding  JavaFX
Property. | 
| javafx.css | Provides API for making properties styleable via CSS and for supporting
pseudo-class state. | 
- 
Uses of ReadOnlyLongProperty in javafx.beans.propertySubclasses of ReadOnlyLongProperty in javafx.beans.property Modifier and Type Class Description classLongPropertyThis class defines aPropertywrapping alongvalue.classLongPropertyBaseThe classLongPropertyBaseis the base class for a property wrapping alongvalue.classReadOnlyLongPropertyBaseBase class for all readonly properties wrapping along.classReadOnlyLongWrapperThis class provides a convenient class to define read-only properties.classSimpleLongPropertyThis class provides a full implementation of aPropertywrapping alongvalue.Methods in javafx.beans.property that return ReadOnlyLongProperty Modifier and Type Method Description ReadOnlyLongPropertyReadOnlyLongWrapper. getReadOnlyProperty()Returns the readonly property, that is synchronized with thisReadOnlyLongWrapper.static <T extends Number>
 ReadOnlyLongPropertyReadOnlyLongProperty. readOnlyLongProperty(ReadOnlyProperty<T> property)Returns aReadOnlyLongPropertythat wraps aReadOnlyProperty.
- 
Uses of ReadOnlyLongProperty in javafx.beans.property.adapterSubclasses of ReadOnlyLongProperty in javafx.beans.property.adapter Modifier and Type Class Description classJavaBeanLongPropertyAJavaBeanLongPropertyprovides an adapter between a regular Java Bean property of typelongorLongand a JavaFXLongProperty.classReadOnlyJavaBeanLongPropertyAReadOnlyJavaBeanLongPropertyprovides an adapter between a regular read only Java Bean property of typelongorLongand a JavaFXReadOnlyLongProperty.
- 
Uses of ReadOnlyLongProperty in javafx.cssSubclasses of ReadOnlyLongProperty in javafx.css Modifier and Type Class Description classSimpleStyleableLongPropertyThis class extendsSimpleLongPropertyand provides a full implementation of aStyleableProperty.classStyleableLongPropertyThis class extendsLongPropertyBaseand provides a partial implementation of aStyleableProperty.