Uses of Interface
javafx.beans.value.ObservableDoubleValue
Packages that use ObservableDoubleValue
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.
- 
Uses of ObservableDoubleValue in javafx.beans.bindingClasses in javafx.beans.binding that implement ObservableDoubleValueModifier and TypeClassDescriptionclassBase class that provides most of the functionality needed to implement aBindingof adoublevalue.classDoubleExpressionis anObservableDoubleValueplus additional convenience methods to generate bindings in a fluent style.Methods in javafx.beans.binding with parameters of type ObservableDoubleValueModifier and TypeMethodDescriptionstatic DoubleExpressionDoubleExpression.doubleExpression(ObservableDoubleValue value) Returns aDoubleExpressionthat wraps aObservableDoubleValue.
- 
Uses of ObservableDoubleValue in javafx.beans.propertyClasses in javafx.beans.property that implement ObservableDoubleValueModifier and TypeClassDescriptionclassThis class defines aPropertywrapping adoublevalue.classThe classDoublePropertyBaseis the base class for a property wrapping adoublevalue.classSuperclass for all readonly properties wrapping adouble.classBase class for all readonly properties wrapping adouble.classThis class provides a convenient class to define read-only properties.classThis class provides a full implementation of aPropertywrapping adoublevalue.
- 
Uses of ObservableDoubleValue in javafx.beans.property.adapterClasses in javafx.beans.property.adapter that implement ObservableDoubleValueModifier and TypeClassDescriptionfinal classAJavaBeanDoublePropertyprovides an adapter between a regular Java Bean property of typedoubleorDoubleand a JavaFXDoubleProperty.final classAReadOnlyJavaBeanDoublePropertyprovides an adapter between a regular read only Java Bean property of typedoubleorDoubleand a JavaFXReadOnlyDoubleProperty.
- 
Uses of ObservableDoubleValue in javafx.cssClasses in javafx.css that implement ObservableDoubleValueModifier and TypeClassDescriptionclassThis class extendsSimpleDoublePropertyand provides a full implementation of aStyleableProperty.classThis class extendsDoublePropertyBaseand provides a partial implementation of aStyleableProperty.