Uses of Class
javafx.beans.property.ReadOnlyObjectPropertyBase
-
Packages that use ReadOnlyObjectPropertyBase 软件包 描述 javafx.beans.property.adapter 提供各种类,作为常规Java Bean属性和对应的JavaFX Property
之间的适配器。 -
-
Uses of ReadOnlyObjectPropertyBase in javafx.beans.property.adapter
Subclasses of ReadOnlyObjectPropertyBase in javafx.beans.property.adapter Modifier and Type Class 描述 class
ReadOnlyJavaBeanObjectProperty<T>
AReadOnlyJavaBeanObjectProperty
在常规只读Java Bean属性T
和JavaFXReadOnlyObjectProperty
之间提供了一个适配器。
-