| パッケージ | 説明 |
|---|---|
| javafx.beans.property |
パッケージ
javafx.beans.propertyは、読取り専用プロパティ、書込み可能プロパティおよび多数の実装を定義します。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class |
ReadOnlySetWrapper<E>
このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。
|
class |
SetPropertyBase<E>
クラス
SetPropertyBaseは、ObservableSetをラップするプロパティのベース・クラスです。 |
class |
SimpleSetProperty<E>
このクラスは、
ObservableSetをラップするPropertyの完全な実装を提供します。 |
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.