Uses of Class
javafx.beans.property.ReadOnlyDoublePropertyBase
-
Packages that use ReadOnlyDoublePropertyBase 软件包 描述 javafx.beans.property.adapter 提供各种类,作为常规Java Bean属性和对应的JavaFX Property
之间的适配器。 -
-
Uses of ReadOnlyDoublePropertyBase in javafx.beans.property.adapter
Subclasses of ReadOnlyDoublePropertyBase in javafx.beans.property.adapter Modifier and Type Class 描述 class
ReadOnlyJavaBeanDoubleProperty
AReadOnlyJavaBeanDoubleProperty
在常规的只读Java Bean属性类型为double
或Double
和JavaFXReadOnlyDoubleProperty
之间提供了一个适配器。
-