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