Uses of Interface
javafx.beans.value.WritableNumberValue
-
Packages that use WritableNumberValue 软件包 描述 javafx.beans.property 程序包javafx.beans.property
定义只读属性和可写属性,加上一些实现。javafx.beans.property.adapter 提供各种类,作为常规Java Bean属性和对应的JavaFX Property
之间的适配器。javafx.beans.value 包javafx.beans.value
包含两个基本接口ObservableValue
和WritableValue
及其所有子接口。javafx.css 提供API,通过CSS使属性变得风格,并支持伪类状态。 -
-
Uses of WritableNumberValue in javafx.beans.property
Classes in javafx.beans.property that implement WritableNumberValue 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
ReadOnlyDoubleWrapper
该类提供了一个方便的类来定义只读属性。class
ReadOnlyFloatWrapper
该类提供了一个方便的类来定义只读属性。class
ReadOnlyIntegerWrapper
该类提供了一个方便的类来定义只读属性。class
ReadOnlyLongWrapper
该类提供了一个方便的类来定义只读属性。class
SimpleDoubleProperty
class
SimpleFloatProperty
class
SimpleIntegerProperty
class
SimpleLongProperty
-
Uses of WritableNumberValue in javafx.beans.property.adapter
Classes in javafx.beans.property.adapter that implement WritableNumberValue 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
之间提供了一个适配器。 -
Uses of WritableNumberValue in javafx.beans.value
Subinterfaces of WritableNumberValue in javafx.beans.value Modifier and Type 接口 描述 interface
WritableDoubleValue
一个可写的双重值。interface
WritableFloatValue
可写浮点值。interface
WritableIntegerValue
一个可写的int值。interface
WritableLongValue
一个可写的长期价值。 -
Uses of WritableNumberValue in javafx.css
Classes in javafx.css that implement WritableNumberValue 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
的部分实现。
-