Uses of Class
javafx.beans.binding.ObjectExpression
| Package | Description | 
|---|---|
| javafx.beans.binding | Provides classes that create and operate on a  Bindingthat calculates a value that depends on one or more sources. | 
| javafx.beans.property | The package  javafx.beans.propertydefines 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.bindingSubclasses of ObjectExpression in javafx.beans.binding Modifier and Type Class Description classObjectBinding<T>Base class that provides most of the functionality needed to implement aBindingof anObject.Methods in javafx.beans.binding that return ObjectExpression Modifier and Type Method Description ObjectExpression<Boolean>BooleanExpression. asObject()Creates anObjectExpressionthat holds the value of thisBooleanExpression.ObjectExpression<Double>DoubleExpression. asObject()Creates anObjectExpressionthat holds the value of thisDoubleExpression.ObjectExpression<Float>FloatExpression. asObject()Creates anObjectExpressionthat holds the value of thisFloatExpression.ObjectExpression<Integer>IntegerExpression. asObject()Creates anObjectExpressionthat holds the value of thisIntegerExpression.ObjectExpression<Long>LongExpression. asObject()Creates anObjectExpressionthat holds the value of thisLongExpression.static <T> ObjectExpression<T>ObjectExpression. objectExpression(ObservableObjectValue<T> value)Returns anObjectExpressionthat wraps anObservableObjectValue.
- 
Uses of ObjectExpression in javafx.beans.propertySubclasses of ObjectExpression in javafx.beans.property Modifier and Type Class Description classObjectProperty<T>This class provides a full implementation of aPropertywrapping an arbitraryObject.classObjectPropertyBase<T>The classObjectPropertyBaseis the base class for a property wrapping an arbitraryObject.classReadOnlyObjectProperty<T>Superclass for all readonly properties wrapping an arbitraryObject.classReadOnlyObjectPropertyBase<T>Base class for all readonly properties wrapping an arbitraryObject.classReadOnlyObjectWrapper<T>This class provides a convenient class to define read-only properties.classSimpleObjectProperty<T>This class provides a full implementation of aPropertywrapping an arbitraryObject.
- 
Uses of ObjectExpression in javafx.beans.property.adapterSubclasses of ObjectExpression in javafx.beans.property.adapter Modifier and Type Class Description classJavaBeanObjectProperty<T>AJavaBeanObjectPropertyprovides an adapter between a regular Java Bean property of typeTand a JavaFXObjectProperty<T>.classReadOnlyJavaBeanObjectProperty<T>AReadOnlyJavaBeanObjectPropertyprovides an adapter between a regular read only Java Bean property ofTand a JavaFXReadOnlyObjectProperty.
- 
Uses of ObjectExpression in javafx.cssSubclasses of ObjectExpression in javafx.css Modifier and Type Class Description classSimpleStyleableObjectProperty<T>This class extendsSimpleObjectPropertyand provides a full implementation of aStyleableProperty.classStyleableObjectProperty<T>This class extendsObjectPropertyBaseand provides a partial implementation of aStyleableProperty.
- 
Uses of ObjectExpression in javafx.scene.chartMethods 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