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 描述 classDoubleProperty这个类定义了一个Property包装double值。classDoublePropertyBaseDoublePropertyBase类是包含double值的属性的基类。classFloatProperty这个类定义了一个Property包装float值。classFloatPropertyBaseFloatPropertyBase类是包含float值的属性的基类。classIntegerProperty这个类定义了一个Property包装int值。classIntegerPropertyBaseIntegerPropertyBase类是包含int值的属性的基类。classLongProperty此类定义了一个Property包装long值。classLongPropertyBaseLongPropertyBase类是包含long值的属性的基类。classReadOnlyDoubleWrapper该类提供了一个方便的类来定义只读属性。classReadOnlyFloatWrapper该类提供了一个方便的类来定义只读属性。classReadOnlyIntegerWrapper该类提供了一个方便的类来定义只读属性。classReadOnlyLongWrapper该类提供了一个方便的类来定义只读属性。classSimpleDoublePropertyclassSimpleFloatPropertyclassSimpleIntegerPropertyclassSimpleLongProperty -
Uses of WritableNumberValue in javafx.beans.property.adapter
Classes in javafx.beans.property.adapter that implement WritableNumberValue Modifier and Type Class 描述 classJavaBeanDoublePropertyAJavaBeanDoubleProperty在类型为double或Double的常规Java Bean属性和JavaFXDoubleProperty之间提供了一个适配器。classJavaBeanFloatPropertyAJavaBeanFloatProperty在float或Float之间的常规Java Bean属性和JavaFXFloatProperty之间提供了一个适配器。classJavaBeanIntegerPropertyAJavaBeanIntegerProperty在int或Integer之间的常规Java Bean属性和JavaFXIntegerProperty之间提供了一个适配器。classJavaBeanLongPropertyAJavaBeanLongProperty在long或Long之间的常规Java Bean属性和JavaFXLongProperty之间提供了一个适配器。 -
Uses of WritableNumberValue in javafx.beans.value
Subinterfaces of WritableNumberValue in javafx.beans.value Modifier and Type 接口 描述 interfaceWritableDoubleValue一个可写的双重值。interfaceWritableFloatValue可写浮点值。interfaceWritableIntegerValue一个可写的int值。interfaceWritableLongValue一个可写的长期价值。 -
Uses of WritableNumberValue in javafx.css
Classes in javafx.css that implement WritableNumberValue Modifier and Type Class 描述 classSimpleStyleableDoubleProperty这个类扩展了SimpleDoubleProperty并提供了一个StyleableProperty的完整实现。classSimpleStyleableFloatProperty这个类扩展了SimpleFloatProperty并提供了一个StyleableProperty的完整实现。classSimpleStyleableIntegerProperty该课程扩展了SimpleIntegerProperty并提供了一个StyleableProperty的完整实现。classSimpleStyleableLongProperty这个类扩展了SimpleLongProperty并提供了一个StyleableProperty的完整实现。classStyleableDoubleProperty这个类扩展了DoublePropertyBase并提供了一个StyleableProperty的部分实现。classStyleableFloatProperty这个类扩展了FloatPropertyBase并提供了一个StyleableProperty的部分实现。classStyleableIntegerProperty这个类扩展了IntegerPropertyBase并提供了一个StyleableProperty的部分实现。classStyleableLongProperty这个类扩展了LongPropertyBase并提供了一个StyleableProperty的部分实现。
-