| パッケージ | 説明 |
|---|---|
| javafx.beans.property |
パッケージ
javafx.beans.propertyは、読取り専用プロパティ、書込み可能プロパティおよび多数の実装を定義します。 |
| javafx.css |
プロパティをCSSを使用してスタイル設定可能にし、擬似クラス状態をサポートするAPIを提供します。
|
| 修飾子と型 | クラスと説明 |
|---|---|
class |
ReadOnlyObjectWrapper<T>
このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。
|
class |
SimpleObjectProperty<T>
このクラスは、任意の
ObjectをラップするPropertyの完全な実装を提供します。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class |
SimpleStyleableObjectProperty<T>
このクラスは
SimpleObjectPropertyを拡張し、StyleablePropertyの完全な実装を提供します。 |
class |
StyleableObjectProperty<T>
このクラスは
ObjectPropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。 |
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.