| Name | Package | Description | Detail |
| | | |
| JavaBeanLongProperty | beans.property.adapter | A JavaBeanLongProperty provides an adapter between a regular Java Bean property of type long or Long and a JavaFX | Detail |
| LongBinding | beans.binding | Base class that provides most of the functionality needed to implement a Binding of a long value. | Detail |
| LongExpression | beans.binding | A LongExpression is a ObservableLongValue plus additional convenience methods to generate bindings in a fluent style. | Detail |
| LongProperty | beans.property | This class defines a Property wrapping a long value. | Detail |
| LongPropertyBase | beans.property | The class LongPropertyBase is the base class for a property wrapping It provides all the functionality required for a property except for the | Detail |
| ReadOnlyJavaBeanLongProperty | beans.property.adapter | A ReadOnlyJavaBeanLongProperty provides an adapter between a regular read only Java Bean property of type long or Long and a JavaFX | Detail |
| ReadOnlyLongProperty | beans.property | Super class for all readonly properties wrapping a long. | Detail |
| ReadOnlyLongPropertyBase | beans.property | Base class for all readonly properties wrapping a long. | Detail |
| ReadOnlyLongWrapper | beans.property | This class provides a convenient class to define read-only properties. | Detail |
| SimpleLongProperty | beans.property | This class provides a full implementation of a Property wrapping aSince:JavaFX 2. | Detail |
| SimpleStyleableLongProperty | css | This class extends SimpleLongProperty and provides a full implementation of a StyleableProperty. | Detail |
| StyleableLongProperty | css | This class extends LongPropertyBase and provides a partial implementation of a StyleableProperty. | Detail |