インタフェース
javafx.beans.value.WritableMapValueの使用
-
WritableMapValueを使用するパッケージ パッケージ 説明 javafx.beans.property パッケージjavafx.beans.propertyは、読取り専用プロパティ、書込み可能プロパティおよび多数の実装を定義します。 -
-
javafx.beans.propertyのWritableMapValueの使用
WritableMapValueを実装するjavafx.beans.propertyのクラス 修飾子と型 クラス 説明 classMapProperty<K,V>このクラスは、ObservableMapをラップするPropertyの完全な実装を提供します。classMapPropertyBase<K,V>クラスMapPropertyBaseは、ObservableMapをラップするプロパティのベース・クラスです。classReadOnlyMapWrapper<K,V>このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。classSimpleMapProperty<K,V>このクラスは、ObservableMapをラップするPropertyの完全な実装を提供します。
-