Uses of Interface
javafx.beans.value.ObservableNumberValue
Packages that use ObservableNumberValue
Package
Description
-
Uses of ObservableNumberValue in com.sun.javafx.binding
Classes in com.sun.javafx.binding that implement ObservableNumberValueModifier and TypeClassDescriptionfinal classA simple IntegerExpression that represents a single constant value. -
Uses of ObservableNumberValue in javafx.beans.binding
Subinterfaces of ObservableNumberValue in javafx.beans.bindingModifier and TypeInterfaceDescriptioninterfaceA tagging interface to mark all Bindings that wrap a number-value.interfaceANumberExpressionis aObservableNumberValueplus additional convenience methods to generate bindings in a fluent style.Classes in javafx.beans.binding that implement ObservableNumberValueModifier and TypeClassDescriptionclassBase class that provides most of the functionality needed to implement aBindingof adoublevalue.classADoubleExpressionis aObservableDoubleValueplus additional convenience methods to generate bindings in a fluent style.classBase class that provides most of the functionality needed to implement aBindingof anintvalue.classclassBase class that provides most of the functionality needed to implement aBindingof alongvalue.classLongExpressionis anObservableLongValueplus additional convenience methods to generate bindings in a fluent style.classMethods in javafx.beans.binding with parameters of type ObservableNumberValueModifier and TypeMethodDescriptionstatic NumberBindingBindings.divide(ObservableNumberValue op1, int op2) Creates a newNumberBindingthat calculates the division of the value of aObservableNumberValueand a constant value. -
Uses of ObservableNumberValue in javafx.beans.property
Classes in javafx.beans.property that implement ObservableNumberValueModifier and TypeClassDescriptionclassThis class defines aPropertywrapping adoublevalue.classThe classDoublePropertyBaseis the base class for a property wrapping adoublevalue.classThis class defines aPropertywrapping anintvalue.classThe classIntegerPropertyBaseis the base class for a property wrapping aintvalue.classThis class defines aPropertywrapping alongvalue.classThe classLongPropertyBaseis the base class for a property wrapping alongvalue.classSuper class for all readonly properties wrapping adouble.classSuper class for all readonly properties wrapping anint.classBase class for all readonly properties wrapping anint.classSuperclass for all readonly properties wrapping along.classThis class provides a full implementation of aPropertywrapping adoublevalue.classThis class provides a full implementation of aPropertywrapping aintvalue.classThis class provides a full implementation of aPropertywrapping alongvalue. -
Uses of ObservableNumberValue in javafx.beans.value
Subinterfaces of ObservableNumberValue in javafx.beans.valueModifier and TypeInterfaceDescriptioninterfaceAn observable double value.interfaceAn observable float value.interfaceAn observable integer value.interfaceAn observable long value. -
Uses of ObservableNumberValue in javafx.css
Classes in javafx.css that implement ObservableNumberValueModifier and TypeClassDescriptionclassThis class extendsIntegerPropertyBaseand provides a partial implementation of aStyleableProperty.