| パッケージ | 説明 |
|---|---|
| javafx.beans.binding |
Bindingsの特性
|
| javafx.beans.property |
パッケージ
javafx.beans.propertyは、読取り専用プロパティ、書込み可能プロパティおよび多数の実装を定義します。 |
| javafx.beans.property.adapter | |
| javafx.css |
プロパティをCSSを使用してスタイル設定可能にし、擬似クラス状態をサポートするAPIを提供します。
|
| 修飾子と型 | メソッドと説明 |
|---|---|
static void |
Bindings.bindBidirectional(Property<String> stringProperty, Property<?> otherProperty, Format format)
変換用に指定された
Formatを使用して、String-Propertyと別のPropertyの間の双方向バインディング(または逆方向バインド)を生成します。 |
static void |
Bindings.bindBidirectional(Property<String> stringProperty, Property<?> otherProperty, Format format)
変換用に指定された
Formatを使用して、String-Propertyと別のPropertyの間の双方向バインディング(または逆方向バインド)を生成します。 |
static <T> void |
Bindings.bindBidirectional(Property<String> stringProperty, Property<T> otherProperty, StringConverter<T> converter)
変換用に指定された
StringConverterを使用して、String-Propertyと別のPropertyの間の双方向バインディング(または逆方向バインド)を生成します。 |
static <T> void |
Bindings.bindBidirectional(Property<String> stringProperty, Property<T> otherProperty, StringConverter<T> converter)
変換用に指定された
StringConverterを使用して、String-Propertyと別のPropertyの間の双方向バインディング(または逆方向バインド)を生成します。 |
static <T> void |
Bindings.bindBidirectional(Property<T> property1, Property<T> property2)
Propertyの2つのインスタンスの間の双方向バインディング(または逆方向バインド)を生成します。 |
static <T> void |
Bindings.bindBidirectional(Property<T> property1, Property<T> property2)
Propertyの2つのインスタンスの間の双方向バインディング(または逆方向バインド)を生成します。 |
static <T> void |
Bindings.unbindBidirectional(Property<T> property1, Property<T> property2)
Bindings.bindBidirectional(Property, Property)で以前に定義した双方向バインディングを削除します。 |
static <T> void |
Bindings.unbindBidirectional(Property<T> property1, Property<T> property2)
Bindings.bindBidirectional(Property, Property)で以前に定義した双方向バインディングを削除します。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class |
BooleanProperty
このクラスは、
boolean値をラップするPropertyの完全な実装を提供します。 |
class |
BooleanPropertyBase
クラス
BooleanPropertyBaseは、boolean値をラップするプロパティのベース・クラスです。 |
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 |
ListProperty<E>
このクラスは、
ObservableListをラップするPropertyの完全な実装を提供します。 |
class |
ListPropertyBase<E>
クラス
ListPropertyBaseは、ObservableListをラップするプロパティのベース・クラスです。 |
class |
LongProperty
このクラスは、
long値をラップするPropertyを定義します。 |
class |
LongPropertyBase
クラス
LongPropertyBaseは、long値をラップするプロパティのベース・クラスです。 |
class |
MapProperty<K,V>
このクラスは、
ObservableMapをラップするPropertyの完全な実装を提供します。 |
class |
MapPropertyBase<K,V>
クラス
MapPropertyBaseは、ObservableMapをラップするプロパティのベース・クラスです。 |
class |
ObjectProperty<T>
このクラスは、任意の
ObjectをラップするPropertyの完全な実装を提供します。 |
class |
ObjectPropertyBase<T>
クラス
ObjectPropertyBaseは、任意のObjectをラップするプロパティのベース・クラスです。 |
class |
ReadOnlyBooleanWrapper
このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。
|
class |
ReadOnlyDoubleWrapper
このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。
|
class |
ReadOnlyFloatWrapper
このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。
|
class |
ReadOnlyIntegerWrapper
このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。
|
class |
ReadOnlyListWrapper<E>
このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。
|
class |
ReadOnlyLongWrapper
このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。
|
class |
ReadOnlyMapWrapper<K,V>
このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。
|
class |
ReadOnlyObjectWrapper<T>
このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。
|
class |
ReadOnlySetWrapper<E>
このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。
|
class |
ReadOnlyStringWrapper
このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。
|
class |
SetProperty<E>
このクラスは、
ObservableSetをラップするPropertyの完全な実装を提供します。 |
class |
SetPropertyBase<E>
クラス
SetPropertyBaseは、ObservableSetをラップするプロパティのベース・クラスです。 |
class |
SimpleBooleanProperty
このクラスは、
boolean値をラップするPropertyの完全な実装を提供します。 |
class |
SimpleDoubleProperty
このクラスは、
double値をラップするPropertyの完全な実装を提供します。 |
class |
SimpleFloatProperty
このクラスは、
float値をラップするPropertyの完全な実装を提供します。 |
class |
SimpleIntegerProperty
このクラスは、
int値をラップするPropertyの完全な実装を提供します。 |
class |
SimpleListProperty<E>
このクラスは、
ObservableListをラップするPropertyの完全な実装を提供します。 |
class |
SimpleLongProperty
このクラスは、
long値をラップするPropertyの完全な実装を提供します。 |
class |
SimpleMapProperty<K,V>
このクラスは、
ObservableMapをラップするPropertyの完全な実装を提供します。 |
class |
SimpleObjectProperty<T>
このクラスは、任意の
ObjectをラップするPropertyの完全な実装を提供します。 |
class |
SimpleSetProperty<E>
このクラスは、
ObservableSetをラップするPropertyの完全な実装を提供します。 |
class |
SimpleStringProperty
このクラスは、
String値をラップするPropertyの完全な実装を提供します。 |
class |
StringProperty
このクラスは、
String値をラップするPropertyの完全な実装を提供します。 |
class |
StringPropertyBase
クラス
StringPropertyBaseは、String値をラップするプロパティのベース・クラスです。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void |
StringProperty.bindBidirectional(Property<?> other, Format format)
この
StringPropertyと別の任意のプロパティの間の双方向バインディングを作成します。 |
void |
BooleanProperty.bindBidirectional(Property<Boolean> other)
この
Propertyと別のPropertyの間の双方向バインディングを作成します。 |
void |
DoubleProperty.bindBidirectional(Property<Number> other)
この
Propertyと別のPropertyの間の双方向バインディングを作成します。 |
void |
FloatProperty.bindBidirectional(Property<Number> other)
この
Propertyと別のPropertyの間の双方向バインディングを作成します。 |
void |
IntegerProperty.bindBidirectional(Property<Number> other)
この
Propertyと別のPropertyの間の双方向バインディングを作成します。 |
void |
LongProperty.bindBidirectional(Property<Number> other)
この
Propertyと別のPropertyの間の双方向バインディングを作成します。 |
void |
ListProperty.bindBidirectional(Property<ObservableList<E>> other)
この
Propertyと別のPropertyの間の双方向バインディングを作成します。 |
void |
MapProperty.bindBidirectional(Property<ObservableMap<K,V>> other)
この
Propertyと別のPropertyの間の双方向バインディングを作成します。 |
void |
SetProperty.bindBidirectional(Property<ObservableSet<E>> other)
この
Propertyと別のPropertyの間の双方向バインディングを作成します。 |
void |
StringProperty.bindBidirectional(Property<String> other)
この
Propertyと別のPropertyの間の双方向バインディングを作成します。 |
void |
ObjectProperty.bindBidirectional(Property<T> other)
この
Propertyと別のPropertyの間の双方向バインディングを作成します。 |
void |
Property.bindBidirectional(Property<T> other)
この
Propertyと別のPropertyの間の双方向バインディングを作成します。 |
<T> void |
StringProperty.bindBidirectional(Property<T> other, StringConverter<T> converter)
この
StringPropertyと別の任意のプロパティの間の双方向バインディングを作成します。 |
static BooleanProperty |
BooleanProperty.booleanProperty(Property<Boolean> property)
PropertyをラップするBooleanPropertyを返します。 |
static DoubleProperty |
DoubleProperty.doubleProperty(Property<Double> property)
Propertyをラップし、双方向にバインドされるDoublePropertyを返します。 |
static FloatProperty |
FloatProperty.floatProperty(Property<Float> property)
Propertyをラップし、双方向にバインドされるFloatPropertyを返します。 |
static IntegerProperty |
IntegerProperty.integerProperty(Property<Integer> property)
Propertyをラップし、双方向にバインドされるIntegerPropertyを返します。 |
static LongProperty |
LongProperty.longProperty(Property<Long> property)
Propertyをラップし、双方向にバインドされるLongPropertyを返します。 |
void |
BooleanProperty.unbindBidirectional(Property<Boolean> other)
この
Propertyと別のPropertyの間の双方向バインディングを削除します。 |
void |
DoubleProperty.unbindBidirectional(Property<Number> other)
この
Propertyと別のPropertyの間の双方向バインディングを削除します。 |
void |
FloatProperty.unbindBidirectional(Property<Number> other)
この
Propertyと別のPropertyの間の双方向バインディングを削除します。 |
void |
IntegerProperty.unbindBidirectional(Property<Number> other)
この
Propertyと別のPropertyの間の双方向バインディングを削除します。 |
void |
LongProperty.unbindBidirectional(Property<Number> other)
この
Propertyと別のPropertyの間の双方向バインディングを削除します。 |
void |
ListProperty.unbindBidirectional(Property<ObservableList<E>> other)
この
Propertyと別のPropertyの間の双方向バインディングを削除します。 |
void |
MapProperty.unbindBidirectional(Property<ObservableMap<K,V>> other)
この
Propertyと別のPropertyの間の双方向バインディングを削除します。 |
void |
SetProperty.unbindBidirectional(Property<ObservableSet<E>> other)
この
Propertyと別のPropertyの間の双方向バインディングを削除します。 |
void |
StringProperty.unbindBidirectional(Property<String> other)
この
Propertyと別のPropertyの間の双方向バインディングを削除します。 |
void |
ObjectProperty.unbindBidirectional(Property<T> other)
この
Propertyと別のPropertyの間の双方向バインディングを削除します。 |
void |
Property.unbindBidirectional(Property<T> other)
この
Propertyと別のPropertyの間の双方向バインディングを削除します。 |
| 修飾子と型 | インタフェースと説明 |
|---|---|
interface |
JavaBeanProperty<T>
JavaBeanProperty<T>は、書込み可能なJava BeanプロパティとJavaFXプロパティの間のすべてのアダプタのスーパー・インタフェースです。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class |
JavaBeanBooleanProperty
JavaBeanBooleanPropertyは、型booleanまたはBooleanの通常のJava BeanプロパティとJavaFX BooleanProperty間のアダプタを提供します。 |
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間のアダプタを提供します。 |
class |
JavaBeanObjectProperty<T>
JavaBeanObjectPropertyは、T型の通常のJava BeanプロパティとJavaFX ObjectProperty<T>間のアダプタを提供します。 |
class |
JavaBeanStringProperty
JavaBeanStringPropertyは、String型の通常のJava BeanプロパティとJavaFX StringProperty間のアダプタを提供します。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class |
SimpleStyleableBooleanProperty
このクラスは
SimpleBooleanPropertyを拡張し、StyleablePropertyの完全な実装を提供します。 |
class |
SimpleStyleableDoubleProperty
このクラスは
SimpleDoublePropertyを拡張し、StyleablePropertyの完全な実装を提供します。 |
class |
SimpleStyleableFloatProperty
このクラスは
SimpleFloatPropertyを拡張し、StyleablePropertyの完全な実装を提供します。 |
class |
SimpleStyleableIntegerProperty
このクラスは
SimpleIntegerPropertyを拡張し、StyleablePropertyの完全な実装を提供します。 |
class |
SimpleStyleableLongProperty
このクラスは
SimpleLongPropertyを拡張し、StyleablePropertyの完全な実装を提供します。 |
class |
SimpleStyleableObjectProperty<T>
このクラスは
SimpleObjectPropertyを拡張し、StyleablePropertyの完全な実装を提供します。 |
class |
SimpleStyleableStringProperty
このクラスは
SimpleStringPropertyを拡張し、StyleablePropertyの完全な実装を提供します。 |
class |
StyleableBooleanProperty
このクラスは
BooleanPropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。 |
class |
StyleableDoubleProperty
このクラスは
DoublePropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。 |
class |
StyleableFloatProperty
このクラスは
FloatPropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。 |
class |
StyleableIntegerProperty
このクラスは
IntegerPropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。 |
class |
StyleableLongProperty
このクラスは
LongPropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。 |
class |
StyleableObjectProperty<T>
このクラスは
ObjectPropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。 |
class |
StyleableStringProperty
このクラスは
StringPropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。 |
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.