| パッケージ | 説明 |
|---|---|
| javafx.beans.property |
パッケージ
javafx.beans.propertyは、読取り専用プロパティ、書込み可能プロパティおよび多数の実装を定義します。 |
| javafx.beans.property.adapter | |
| javafx.beans.value |
パッケージ
javafx.beans.valueには、2つの基本インタフェースObservableValueとWritableValueおよびそのすべてのサブインタフェースが含まれています。 |
| javafx.css |
プロパティをCSSを使用してスタイル設定可能にし、擬似クラス状態をサポートするAPIを提供します。
|
| 修飾子と型 | クラスと説明 |
|---|---|
class |
DoubleProperty
このクラスは、
double値をラップするPropertyを定義します。 |
class |
DoublePropertyBase
クラス
DoublePropertyBaseは、double値をラップするプロパティのベース・クラスです。 |
class |
FloatProperty
このクラスは、
float値をラップするPropertyを定義します。 |
class |
FloatPropertyBase
クラス
FloatPropertyBaseは、float値をラップするプロパティのベース・クラスです。 |
class |
IntegerProperty
このクラスは、
int値をラップするPropertyを定義します。 |
class |
IntegerPropertyBase
クラス
IntegerPropertyBaseは、int値をラップするプロパティのベース・クラスです。 |
class |
LongProperty
このクラスは、
long値をラップするPropertyを定義します。 |
class |
LongPropertyBase
クラス
LongPropertyBaseは、long値をラップするプロパティのベース・クラスです。 |
class |
ReadOnlyDoubleWrapper
このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。
|
class |
ReadOnlyFloatWrapper
このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。
|
class |
ReadOnlyIntegerWrapper
このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。
|
class |
ReadOnlyLongWrapper
このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。
|
class |
SimpleDoubleProperty
このクラスは、
double値をラップするPropertyの完全な実装を提供します。 |
class |
SimpleFloatProperty
このクラスは、
float値をラップするPropertyの完全な実装を提供します。 |
class |
SimpleIntegerProperty
このクラスは、
int値をラップするPropertyの完全な実装を提供します。 |
class |
SimpleLongProperty
このクラスは、
long値をラップするPropertyの完全な実装を提供します。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class |
JavaBeanDoubleProperty
JavaBeanDoublePropertyは、型doubleまたはDoubleの通常のJava BeanプロパティとJavaFX DoubleProperty間のアダプタを提供します。 |
class |
JavaBeanFloatProperty
JavaBeanFloatPropertyは、型floatまたはFloatの通常のJava BeanプロパティとJavaFX FloatProperty間のアダプタを提供します。 |
class |
JavaBeanIntegerProperty
JavaBeanIntegerPropertyは、型intまたはIntegerの通常のJava BeanプロパティとJavaFX IntegerProperty間のアダプタを提供します。 |
class |
JavaBeanLongProperty
JavaBeanLongPropertyは、longまたはLong型の通常のJava BeanプロパティとJavaFX LongProperty間のアダプタを提供します。 |
| 修飾子と型 | インタフェースと説明 |
|---|---|
interface |
WritableDoubleValue
書込み可能なdouble値。
|
interface |
WritableFloatValue
書込み可能なfloat値。
|
interface |
WritableIntegerValue
書込み可能なint値。
|
interface |
WritableLongValue
書込み可能なlong値。
|
| 修飾子と型 | クラスと説明 |
|---|---|
class |
SimpleStyleableDoubleProperty
このクラスは
SimpleDoublePropertyを拡張し、StyleablePropertyの完全な実装を提供します。 |
class |
SimpleStyleableFloatProperty
このクラスは
SimpleFloatPropertyを拡張し、StyleablePropertyの完全な実装を提供します。 |
class |
SimpleStyleableIntegerProperty
このクラスは
SimpleIntegerPropertyを拡張し、StyleablePropertyの完全な実装を提供します。 |
class |
SimpleStyleableLongProperty
このクラスは
SimpleLongPropertyを拡張し、StyleablePropertyの完全な実装を提供します。 |
class |
StyleableDoubleProperty
このクラスは
DoublePropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。 |
class |
StyleableFloatProperty
このクラスは
FloatPropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。 |
class |
StyleableIntegerProperty
このクラスは
IntegerPropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。 |
class |
StyleableLongProperty
このクラスは
LongPropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。 |
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.