Uses of Interface
javafx.beans.value.ObservableNumberValue
Package
Description
-
Uses of ObservableNumberValue in com.sun.javafx.binding
Modifier and TypeClassDescriptionfinal class
A simple IntegerExpression that represents a single constant value. -
Uses of ObservableNumberValue in javafx.beans.binding
Modifier and TypeInterfaceDescriptioninterface
A tagging interface to mark all Bindings that wrap a number-value.interface
ANumberExpression
is aObservableNumberValue
plus additional convenience methods to generate bindings in a fluent style.Modifier and TypeClassDescriptionclass
Base class that provides most of the functionality needed to implement aBinding
of adouble
value.class
ADoubleExpression
is aObservableDoubleValue
plus additional convenience methods to generate bindings in a fluent style.class
Base class that provides most of the functionality needed to implement aBinding
of anint
value.class
class
Base class that provides most of the functionality needed to implement aBinding
of along
value.class
LongExpression
is anObservableLongValue
plus additional convenience methods to generate bindings in a fluent style.class
Modifier and TypeMethodDescriptionstatic NumberBinding
Bindings.divide
(ObservableNumberValue op1, int op2) Creates a newNumberBinding
that calculates the division of the value of aObservableNumberValue
and a constant value. -
Uses of ObservableNumberValue in javafx.beans.property
Modifier and TypeClassDescriptionclass
This class defines aProperty
wrapping adouble
value.class
The classDoublePropertyBase
is the base class for a property wrapping adouble
value.class
This class defines aProperty
wrapping anint
value.class
The classIntegerPropertyBase
is the base class for a property wrapping aint
value.class
This class defines aProperty
wrapping along
value.class
The classLongPropertyBase
is the base class for a property wrapping along
value.class
Super class for all readonly properties wrapping adouble
.class
Super class for all readonly properties wrapping anint
.class
Base class for all readonly properties wrapping anint
.class
Superclass for all readonly properties wrapping along
.class
This class provides a full implementation of aProperty
wrapping adouble
value.class
This class provides a full implementation of aProperty
wrapping aint
value.class
This class provides a full implementation of aProperty
wrapping along
value. -
Uses of ObservableNumberValue in javafx.beans.value
Modifier and TypeInterfaceDescriptioninterface
An observable double value.interface
An observable float value.interface
An observable integer value.interface
An observable long value. -
Uses of ObservableNumberValue in javafx.css
Modifier and TypeClassDescriptionclass
This class extendsIntegerPropertyBase
and provides a partial implementation of aStyleableProperty
.