Uses of Interface
javafx.beans.binding.NumberExpression
-
Packages that use NumberExpression 软件包 描述 javafx.beans.binding javafx.beans.property 程序包javafx.beans.property
定义只读属性和可写属性,以及一些实现。javafx.beans.property.adapter 提供各种类,作为常规Java Bean属性和对应的JavaFX Property
之间的适配器。javafx.css 提供API,通过CSS使属性变得风格,并支持伪类状态。 -
-
Uses of NumberExpression in javafx.beans.binding
Subinterfaces of NumberExpression in javafx.beans.binding Modifier and Type 接口 描述 interface
NumberBinding
标记界面,用于标记所有绑定数字值的绑定。Classes in javafx.beans.binding that implement NumberExpression Modifier and Type Class 描述 class
DoubleBinding
提供实现double的double
所需的大部分功能的基类。class
DoubleExpression
DoubleExpression
是一个ObservableDoubleValue
加上额外的方便的方式来生成流畅的风格的绑定。class
FloatBinding
提供实现float的float
所需的大部分功能的基类。class
FloatExpression
FloatExpression
是一个ObservableFloatValue
加上额外的便利方法,以流利的风格生成绑定。class
IntegerBinding
提供实现int的int
所需的大部分功能的基类。class
IntegerExpression
IntegerExpression
是一个ObservableIntegerValue
加上另外方便的方法,以流利的方式生成绑定。class
LongBinding
提供实现long
值Binding
所需的大部分功能的基类。class
LongExpression
LongExpression
是一个ObservableLongValue
加上额外的便利方法,以流利的风格生成绑定。class
NumberExpressionBase
NumberExpressionBase
包含以流畅样式生成绑定的方便方法,这是所有NumberExpression子类所共有的。 -
Uses of NumberExpression in javafx.beans.property
Classes in javafx.beans.property that implement NumberExpression Modifier and Type Class 描述 class
DoubleProperty
这个类定义了一个Property
包装double
值。class
DoublePropertyBase
类DoublePropertyBase
是包含double
值的属性的基类。class
FloatProperty
这个类定义了一个Property
包装float
值。class
FloatPropertyBase
FloatPropertyBase
类是包含float
值的属性的基类。class
IntegerProperty
这个类定义了一个Property
包裹的int
值。class
IntegerPropertyBase
类IntegerPropertyBase
是包含int
值的属性的基类。class
LongProperty
这个类定义了一个Property
包裹一个long
值。class
LongPropertyBase
类LongPropertyBase
是一个包含long
值的属性的基类。class
ReadOnlyDoubleProperty
超类为所有只读属性包装一个double
。class
ReadOnlyDoublePropertyBase
所有只读属性的基类包装一个double
。class
ReadOnlyDoubleWrapper
该类提供了一个方便的类来定义只读属性。class
ReadOnlyFloatProperty
超类为所有只读属性包装一个float
。class
ReadOnlyFloatPropertyBase
所有只读属性的基类包装一个float
。class
ReadOnlyFloatWrapper
该类提供了一个方便的类来定义只读属性。class
ReadOnlyIntegerProperty
所有readonly属性的超类包装一个int
。class
ReadOnlyIntegerPropertyBase
所有只读属性的基类包装一个int
。class
ReadOnlyIntegerWrapper
该类提供了一个方便的类来定义只读属性。class
ReadOnlyLongProperty
所有readonly属性的超类包装一个long
。class
ReadOnlyLongPropertyBase
所有只读属性的基类包装一个long
。class
ReadOnlyLongWrapper
该类提供了一个方便的类来定义只读属性。class
SimpleDoubleProperty
class
SimpleFloatProperty
这个类提供了一个Property
包装一个float
值的完整实现。class
SimpleIntegerProperty
class
SimpleLongProperty
这个类提供了一个270657646015079包装一个long
值的完整实现。 -
Uses of NumberExpression in javafx.beans.property.adapter
Classes in javafx.beans.property.adapter that implement NumberExpression 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
在类型为double
或Double
的常规只读Java Bean属性和JavaFXReadOnlyDoubleProperty
之间提供了一个适配器。class
ReadOnlyJavaBeanFloatProperty
AReadOnlyJavaBeanFloatProperty
在常规的只读Java Bean属性类型为float
或Float
和JavaFXReadOnlyFloatProperty
之间提供了一个适配器。class
ReadOnlyJavaBeanIntegerProperty
AReadOnlyJavaBeanIntegerProperty
在类型为int
或Integer
的常规只读Java Bean属性和JavaFXReadOnlyIntegerProperty
之间提供了一个适配器。class
ReadOnlyJavaBeanLongProperty
AReadOnlyJavaBeanLongProperty
在类型为long
或Long
的常规只读Java Bean属性和JavaFXReadOnlyLongProperty
之间提供了一个适配器。 -
Uses of NumberExpression in javafx.css
Classes in javafx.css that implement NumberExpression 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
的部分实现。
-