Uses of Class
javafx.beans.binding.NumberExpressionBase
-
Packages that use NumberExpressionBase 软件包 描述 javafx.beans.binding 提供在Binding
上创建和操作的类,用于计算取决于一个或多个来源的值。javafx.beans.property 程序包javafx.beans.property
定义只读属性和可写属性,加上一些实现。javafx.beans.property.adapter 提供各种类,作为常规Java Bean属性和对应的JavaFX Property
之间的适配器。javafx.css 提供API,通过CSS使属性变得风格,并支持伪类状态。 -
-
Uses of NumberExpressionBase in javafx.beans.binding
Subclasses of NumberExpressionBase in javafx.beans.binding Modifier and Type Class 描述 class
DoubleBinding
提供实现double
值Binding
所需的大部分功能的基类。class
DoubleExpression
DoubleExpression
是一个ObservableDoubleValue
加上额外的便利方法,以流利的风格生成绑定。class
FloatBinding
提供实现float
值Binding
所需的大部分功能的基类。class
FloatExpression
FloatExpression
是一个ObservableFloatValue
加上额外的便利方法,以流利的风格生成绑定。class
IntegerBinding
提供实现int
值的Binding
所需的大部分功能的基类。class
IntegerExpression
IntegerExpression
是一个ObservableIntegerValue
加上额外的便利方法,以流畅的风格生成绑定。class
LongBinding
提供实现long
值Binding
所需的大部分功能的基类。class
LongExpression
LongExpression
是一个ObservableLongValue
,另外还有一个方便的方法来生成流畅的绑定。Methods in javafx.beans.binding that return NumberExpressionBase Modifier and Type 方法 描述 static <S extends Number>
NumberExpressionBaseNumberExpressionBase. numberExpression(ObservableNumberValue value)
返回一个NumberExpressionBase
,其中包含一个ObservableNumberValue
。 -
Uses of NumberExpressionBase in javafx.beans.property
Subclasses of NumberExpressionBase in javafx.beans.property Modifier and Type Class 描述 class
DoubleProperty
这个类定义一个Property
包裹一个double
值。class
DoublePropertyBase
类DoublePropertyBase
是包含double
值的属性的基类。class
FloatProperty
这个类定义了一个float包装float
值。class
FloatPropertyBase
FloatPropertyBase
类是包含float
值的属性的基类。class
IntegerProperty
这个类定义了一个int
值, 包含一个int
值。class
IntegerPropertyBase
IntegerPropertyBase
类是包含int
值的属性的基类。class
LongProperty
这个类定义了一个270657811584362包装long
值。class
LongPropertyBase
LongPropertyBase
类是包含long
值的属性的基类。class
ReadOnlyDoubleProperty
超类为所有只读属性包装一个double
。class
ReadOnlyDoublePropertyBase
所有只读属性的基类包装一个double
。class
ReadOnlyDoubleWrapper
该类提供了一个方便的类来定义只读属性。class
ReadOnlyFloatProperty
超类为所有只读属性包装一个float
。class
ReadOnlyFloatPropertyBase
所有只读属性的基类包装一个float
。class
ReadOnlyFloatWrapper
该类提供了一个方便的类来定义只读属性。class
ReadOnlyIntegerProperty
超类为所有只读属性包装一个int
。class
ReadOnlyIntegerPropertyBase
所有只读属性的基类包装一个int
。class
ReadOnlyIntegerWrapper
该类提供了一个方便的类来定义只读属性。class
ReadOnlyLongProperty
超类为所有只读属性包装一个long
。class
ReadOnlyLongPropertyBase
所有只读属性的基类包装一个long
。class
ReadOnlyLongWrapper
该类提供了一个方便的类来定义只读属性。class
SimpleDoubleProperty
class
SimpleFloatProperty
class
SimpleIntegerProperty
class
SimpleLongProperty
-
Uses of NumberExpressionBase in javafx.beans.property.adapter
Subclasses of NumberExpressionBase in javafx.beans.property.adapter Modifier and Type Class 描述 class
JavaBeanDoubleProperty
AJavaBeanDoubleProperty
在类型为double
或Double
的常规Java Bean属性和JavaFXDoubleProperty
之间提供了一个适配器。class
JavaBeanFloatProperty
AJavaBeanFloatProperty
在float
或Float
之间的常规Java Bean属性和JavaFXFloatProperty
之间提供了一个适配器。class
JavaBeanIntegerProperty
AJavaBeanIntegerProperty
在int
或Integer
之间的常规Java Bean属性和JavaFXIntegerProperty
之间提供了一个适配器。class
JavaBeanLongProperty
AJavaBeanLongProperty
在类型为long
或Long
的常规Java Bean属性和JavaFXLongProperty
之间提供了一个适配器。class
ReadOnlyJavaBeanDoubleProperty
AReadOnlyJavaBeanDoubleProperty
在常规的只读Java Bean属性类型为double
或Double
和JavaFXReadOnlyDoubleProperty
之间提供了适配器。class
ReadOnlyJavaBeanFloatProperty
AReadOnlyJavaBeanFloatProperty
在float
或Float
之间的常规只读Java Bean属性和JavaFXReadOnlyFloatProperty
提供了一个适配器。class
ReadOnlyJavaBeanIntegerProperty
AReadOnlyJavaBeanIntegerProperty
在int
或Integer
之间的常规只读Java Bean属性和JavaFXReadOnlyIntegerProperty
之间提供了一个适配器。class
ReadOnlyJavaBeanLongProperty
AReadOnlyJavaBeanLongProperty
在类型为long
或Long
的常规只读Java Bean属性和JavaFXReadOnlyLongProperty
之间提供了一个适配器。 -
Uses of NumberExpressionBase in javafx.css
Subclasses of NumberExpressionBase in javafx.css Modifier and Type Class 描述 class
SimpleStyleableDoubleProperty
该课程扩展了SimpleDoubleProperty
并提供了一个StyleableProperty
的完整实现。class
SimpleStyleableFloatProperty
该课程扩展了SimpleFloatProperty
并提供了一个StyleableProperty
的全面实现。class
SimpleStyleableIntegerProperty
这个课程扩展了SimpleIntegerProperty
并提供了一个StyleableProperty
的完整实现。class
SimpleStyleableLongProperty
该课程扩展了SimpleLongProperty
并提供了一个StyleableProperty
的完整实现。class
StyleableDoubleProperty
该课程扩展了DoublePropertyBase
并提供了一个StyleableProperty
的部分实现。class
StyleableFloatProperty
该课程扩展了FloatPropertyBase
并提供了一个StyleableProperty
的部分实现。class
StyleableIntegerProperty
该课程扩展了IntegerPropertyBase
并提供了一个StyleableProperty
的部分实现。class
StyleableLongProperty
该课程扩展了LongPropertyBase
并提供了一个StyleableProperty
的部分实现。
-