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