Uses of Class
javafx.beans.binding.ObjectExpression
Package
Description
Provides classes that create and operate on a
Binding
that calculates a value that depends on one or more sources.The package
javafx.beans.property
defines read-only
properties and writable properties, plus a number of implementations.Provides various classes that act as adapters between a regular Java Bean
property and a corresponding
JavaFX
Property
.Provides API for making properties styleable via CSS and for supporting
pseudo-class state.
The JavaFX User Interface provides a set of chart components that
are a very convenient way for data visualization.
-
Uses of ObjectExpression in javafx.beans.binding
Modifier and TypeClassDescriptionclass
Base class that provides most of the functionality needed to implement aBinding
of anObject
.Modifier and TypeMethodDescriptionBooleanExpression.asObject()
Creates anObjectExpression
that holds the value of thisBooleanExpression
.DoubleExpression.asObject()
Creates anObjectExpression
that holds the value of thisDoubleExpression
.FloatExpression.asObject()
Creates anObjectExpression
that holds the value of thisFloatExpression
.IntegerExpression.asObject()
Creates anObjectExpression
that holds the value of thisIntegerExpression
.LongExpression.asObject()
Creates anObjectExpression
that holds the value of thisLongExpression
.static <T> ObjectExpression
<T> ObjectExpression.objectExpression
(ObservableObjectValue<T> value) Returns anObjectExpression
that wraps anObservableObjectValue
. -
Uses of ObjectExpression in javafx.beans.property
Modifier and TypeClassDescriptionclass
This class provides a full implementation of aProperty
wrapping an arbitraryObject
.class
The classObjectPropertyBase
is the base class for a property wrapping an arbitraryObject
.class
Superclass for all readonly properties wrapping an arbitraryObject
.class
Base class for all readonly properties wrapping an arbitraryObject
.class
This class provides a convenient class to define read-only properties.class
This class provides a full implementation of aProperty
wrapping an arbitraryObject
. -
Uses of ObjectExpression in javafx.beans.property.adapter
Modifier and TypeClassDescriptionfinal class
AJavaBeanObjectProperty
provides an adapter between a regular Java Bean property of typeT
and a JavaFXObjectProperty<T>
.final class
AReadOnlyJavaBeanObjectProperty
provides an adapter between a regular read only Java Bean property ofT
and a JavaFXReadOnlyObjectProperty
. -
Uses of ObjectExpression in javafx.css
Modifier and TypeClassDescriptionclass
This class extendsSimpleObjectProperty
and provides a full implementation of aStyleableProperty
.class
This class extendsObjectPropertyBase
and provides a partial implementation of aStyleableProperty
. -
Uses of ObjectExpression in javafx.scene.chart
Modifier and TypeMethodDescriptionfinal ObjectExpression
<T> Axis.TickMark.valueProperty()
The value for this tick mark in data units