-
interface
A tagging interface to mark all Bindings that wrap a number-value.
class
Base class that provides most of the functionality needed to implement a
Binding
of a
double
value.
class
A
DoubleExpression
is a
ObservableDoubleValue
plus additional convenience
methods to generate bindings in a fluent style.
class
Base class that provides most of the functionality needed to implement a
Binding
of an
int
value.
class
class
Base class that provides most of the functionality needed to implement a
Binding
of a
long
value.
class
LongExpression
is an
ObservableLongValue
plus additional convenience methods to generate bindings in a fluent style.
class
-
class
This class defines a
Property
wrapping a
double
value.
class
The class DoublePropertyBase
is the base class for a property
wrapping a double
value.
class
This class defines a
Property
wrapping an
int
value.
class
The class IntegerPropertyBase
is the base class for a property
wrapping a int
value.
class
This class defines a
Property
wrapping a
long
value.
class
The class LongPropertyBase
is the base class for a property wrapping
a long
value.
class
Super class for all readonly properties wrapping a double
.
class
Super class for all readonly properties wrapping an int
.
class
Base class for all readonly properties wrapping an int
.
class
Superclass for all readonly properties wrapping a long
.
class
This class provides a full implementation of a
Property
wrapping a
double
value.
class
This class provides a full implementation of a
Property
wrapping a
int
value.
class
This class provides a full implementation of a
Property
wrapping a
long
value.
-
class
This class extends IntegerPropertyBase
and provides a partial
implementation of a StyleableProperty
.