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 描述 classMapProperty<K,V>这个类提供了一个Property包装一个ObservableMap的完整实现。classMapPropertyBase<K,V>MapPropertyBase类是包装ObservableMap的属性的基类。classReadOnlyMapWrapper<K,V>该类提供了一个方便的类来定义只读属性。classSimpleMapProperty<K,V>这个类提供了一个Property的全面实现,包装了一个ObservableMap。
-