Uses of Interface
javafx.beans.value.WritableMapValue
-
Packages that use WritableMapValue 软件包 描述 javafx.beans.property 程序包javafx.beans.property
定义只读属性和可写属性,加上一些实现。 -
-
Uses of WritableMapValue in javafx.beans.property
Classes in javafx.beans.property that implement WritableMapValue Modifier and Type Class 描述 class
MapProperty<K,V>
这个类提供了一个Property
包装一个ObservableMap
的完整实现。class
MapPropertyBase<K,V>
MapPropertyBase
类是包装ObservableMap
的属性的基类。class
ReadOnlyMapWrapper<K,V>
该类提供了一个方便的类来定义只读属性。class
SimpleMapProperty<K,V>
这个类提供了一个Property
的全面实现,包装了一个ObservableMap
。
-