Uses of Class
javafx.beans.property.ReadOnlyMapProperty
-
Packages that use ReadOnlyMapProperty 软件包 描述 javafx.beans.property 程序包javafx.beans.property定义只读属性和可写属性,加上一些实现。 -
-
Uses of ReadOnlyMapProperty in javafx.beans.property
Subclasses of ReadOnlyMapProperty in javafx.beans.property Modifier and Type Class 描述 classMapProperty<K,V>这个类提供了一个Property包装一个ObservableMap的完整实现。classMapPropertyBase<K,V>MapPropertyBase类是包装ObservableMap的属性的基类。classReadOnlyMapPropertyBase<K,V>所有只读属性的基类包装一个ObservableMap。classReadOnlyMapWrapper<K,V>该类提供了一个方便的类来定义只读属性。classSimpleMapProperty<K,V>这个类提供了一个Property包装一个ObservableMap的完整实现。Methods in javafx.beans.property that return ReadOnlyMapProperty Modifier and Type 方法 描述 ReadOnlyMapProperty<K,V>ReadOnlyMapWrapper. getReadOnlyProperty()Returns the readonly property, that is synchronized with thisReadOnlyMapWrapper.
-