Uses of Class
javafx.beans.binding.ObjectExpression
Package | Description |
---|---|
javafx.beans.binding |
Provides classes that create and operate on a
Binding
that calculates a value that depends on one or more sources. |
javafx.beans.property |
The package
javafx.beans.property defines 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.
|
javafx.scene.chart |
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
Subclasses of ObjectExpression in javafx.beans.binding Modifier and Type Class Description class
ObjectBinding<T>
Base class that provides most of the functionality needed to implement aBinding
of anObject
.Methods in javafx.beans.binding that return ObjectExpression Modifier and Type Method Description ObjectExpression<Boolean>
BooleanExpression. asObject()
Creates anObjectExpression
that holds the value of thisBooleanExpression
.ObjectExpression<Double>
DoubleExpression. asObject()
Creates anObjectExpression
that holds the value of thisDoubleExpression
.ObjectExpression<Float>
FloatExpression. asObject()
Creates anObjectExpression
that holds the value of thisFloatExpression
.ObjectExpression<Integer>
IntegerExpression. asObject()
Creates anObjectExpression
that holds the value of thisIntegerExpression
.ObjectExpression<Long>
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
Subclasses of ObjectExpression in javafx.beans.property Modifier and Type Class Description class
ObjectProperty<T>
This class provides a full implementation of aProperty
wrapping an arbitraryObject
.class
ObjectPropertyBase<T>
The classObjectPropertyBase
is the base class for a property wrapping an arbitraryObject
.class
ReadOnlyObjectProperty<T>
Superclass for all readonly properties wrapping an arbitraryObject
.class
ReadOnlyObjectPropertyBase<T>
Base class for all readonly properties wrapping an arbitraryObject
.class
ReadOnlyObjectWrapper<T>
This class provides a convenient class to define read-only properties.class
SimpleObjectProperty<T>
This class provides a full implementation of aProperty
wrapping an arbitraryObject
. -
Uses of ObjectExpression in javafx.beans.property.adapter
Subclasses of ObjectExpression in javafx.beans.property.adapter Modifier and Type Class Description class
JavaBeanObjectProperty<T>
AJavaBeanObjectProperty
provides an adapter between a regular Java Bean property of typeT
and a JavaFXObjectProperty<T>
.class
ReadOnlyJavaBeanObjectProperty<T>
AReadOnlyJavaBeanObjectProperty
provides an adapter between a regular read only Java Bean property ofT
and a JavaFXReadOnlyObjectProperty
. -
Uses of ObjectExpression in javafx.css
Subclasses of ObjectExpression in javafx.css Modifier and Type Class Description class
SimpleStyleableObjectProperty<T>
This class extendsSimpleObjectProperty
and provides a full implementation of aStyleableProperty
.class
StyleableObjectProperty<T>
This class extendsObjectPropertyBase
and provides a partial implementation of aStyleableProperty
. -
Uses of ObjectExpression in javafx.scene.chart
Methods in javafx.scene.chart that return ObjectExpression Modifier and Type Method Description ObjectExpression<T>
Axis.TickMark. valueProperty()
The value for this tick mark in data units