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 描述 class
MapBinding<K,V>
提供实现ObservableMap
的Binding
所需的大部分功能的基类。class
MapExpression<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 描述 class
MapProperty<K,V>
这个类提供了一个Property
的全面实现,包装了一个ObservableMap
。class
MapPropertyBase<K,V>
MapPropertyBase
类是包装ObservableMap
的属性的基类。class
ReadOnlyMapProperty<K,V>
所有readonly属性的超类包装一个ObservableMap
。class
ReadOnlyMapPropertyBase<K,V>
所有只读属性的基类包装一个ObservableMap
。class
ReadOnlyMapWrapper<K,V>
该类提供了一个方便的类来定义只读属性。class
SimpleMapProperty<K,V>
这个类提供了一个Property
包装一个ObservableMap
的完整实现。
-