クラス
javafx.beans.property.SetPropertyBaseの使用
-
SetPropertyBaseを使用するパッケージ パッケージ 説明 javafx.beans.property パッケージjavafx.beans.propertyは、読取り専用プロパティ、書込み可能プロパティおよび多数の実装を定義します。 -
-
javafx.beans.propertyのSetPropertyBaseの使用
javafx.beans.propertyのSetPropertyBaseのサブクラス 修飾子と型 クラス 説明 classReadOnlySetWrapper<E>このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。classSimpleSetProperty<E>このクラスは、ObservableSetをラップするPropertyの完全な実装を提供します。
-