Uses of Interface
javafx.beans.value.ObservableMapValue
-
Packages that use ObservableMapValue 软件包 描述 javafx.beans.binding javafx.beans.property 程序包javafx.beans.property定义了只读属性和可写属性,以及一些实现。 -
-
Uses of ObservableMapValue in javafx.beans.binding
Classes in javafx.beans.binding that implement ObservableMapValue Modifier and Type Class 描述 classMapBinding<K,V>提供实现ObservableMap的Binding所需的大部分功能的基类。classMapExpression<K,V>MapExpression是一个ObservableMapValue,另外还有一个方便的方法来生成流畅的绑定。Methods in javafx.beans.binding with parameters of type ObservableMapValue Modifier and Type 方法 描述 static <K,V> MapExpression<K,V>MapExpression. mapExpression(ObservableMapValue<K,V> value)返回一个MapExpression,其中包含一个ObservableMapValue。 -
Uses of ObservableMapValue in javafx.beans.property
Classes in javafx.beans.property that implement ObservableMapValue Modifier and Type Class 描述 classMapProperty<K,V>这个类提供了一个Property的全面实现,包装了一个ObservableMap。classMapPropertyBase<K,V>MapPropertyBase类是包装ObservableMap的属性的基类。classReadOnlyMapProperty<K,V>所有readonly属性的超类包装一个ObservableMap。classReadOnlyMapPropertyBase<K,V>所有只读属性的基类包装一个ObservableMap。classReadOnlyMapWrapper<K,V>该类提供了一个方便的类来定义只读属性。classSimpleMapProperty<K,V>这个类提供了一个Property包装一个ObservableMap的完整实现。
-