インタフェース
javafx.beans.value.WritableObjectValueの使用
-
WritableObjectValueを使用するパッケージ パッケージ 説明 javafx.beans.property パッケージjavafx.beans.propertyは、読取り専用プロパティ、書込み可能プロパティおよび多数の実装を定義します。javafx.beans.property.adapter 通常のJava Beanプロパティとそれに対応するJavaFX Propertyの間でアダプタとして機能するさまざまなクラスを提供します。javafx.beans.value パッケージjavafx.beans.valueには、2つの基本インタフェースObservableValueとWritableValueおよびそのすべてのサブインタフェースが含まれています。javafx.css プロパティをCSSを使用してスタイル設定可能にし、擬似クラス状態をサポートするAPIを提供します。 -
-
javafx.beans.propertyのWritableObjectValueの使用
WritableObjectValueを実装するjavafx.beans.propertyのクラス 修飾子と型 クラス 説明 classListProperty<E>このクラスは、ObservableListをラップするPropertyの完全な実装を提供します。classListPropertyBase<E>クラスListPropertyBaseは、ObservableListをラップするプロパティのベース・クラスです。classMapProperty<K,V>このクラスは、ObservableMapをラップするPropertyの完全な実装を提供します。classMapPropertyBase<K,V>クラスMapPropertyBaseは、ObservableMapをラップするプロパティのベース・クラスです。classObjectProperty<T>このクラスは、任意のObjectをラップするPropertyの完全な実装を提供します。classObjectPropertyBase<T>クラスObjectPropertyBaseは、任意のObjectをラップするプロパティのベース・クラスです。classReadOnlyListWrapper<E>このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。classReadOnlyMapWrapper<K,V>このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。classReadOnlyObjectWrapper<T>このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。classReadOnlySetWrapper<E>このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。classReadOnlyStringWrapperこのクラスは、読取り専用プロパティを定義する便利なクラスを提供します。classSetProperty<E>このクラスは、ObservableSetをラップするPropertyの完全な実装を提供します。classSetPropertyBase<E>クラスSetPropertyBaseは、ObservableSetをラップするプロパティのベース・クラスです。classSimpleListProperty<E>このクラスは、ObservableListをラップするPropertyの完全な実装を提供します。classSimpleMapProperty<K,V>このクラスは、ObservableMapをラップするPropertyの完全な実装を提供します。classSimpleObjectProperty<T>このクラスは、任意のObjectをラップするPropertyの完全な実装を提供します。classSimpleSetProperty<E>このクラスは、ObservableSetをラップするPropertyの完全な実装を提供します。classSimpleStringPropertyこのクラスは、String値をラップするPropertyの完全な実装を提供します。classStringPropertyこのクラスは、String値をラップするPropertyの完全な実装を提供します。classStringPropertyBaseクラスStringPropertyBaseは、String値をラップするプロパティのベース・クラスです。 -
javafx.beans.property.adapterのWritableObjectValueの使用
WritableObjectValueを実装するjavafx.beans.property.adapterのクラス 修飾子と型 クラス 説明 classJavaBeanObjectProperty<T>JavaBeanObjectPropertyは、T型の通常のJava BeanプロパティとJavaFXObjectProperty<T>間のアダプタを提供します。classJavaBeanStringPropertyJavaBeanStringPropertyは、String型の通常のJava BeanプロパティとJavaFXStringProperty間のアダプタを提供します。 -
javafx.beans.valueのWritableObjectValueの使用
javafx.beans.valueのWritableObjectValueのサブインタフェース 修飾子と型 インタフェース 説明 interfaceWritableListValue<E>ObservableListへの書込み可能な参照。interfaceWritableMapValue<K,V>ObservableMapへの書込み可能な参照。interfaceWritableSetValue<E>ObservableSetへの書込み可能な参照。interfaceWritableStringValue書込み可能なString。 -
javafx.cssのWritableObjectValueの使用
WritableObjectValueを実装するjavafx.cssのクラス 修飾子と型 クラス 説明 classSimpleStyleableObjectProperty<T>このクラスはSimpleObjectPropertyを拡張し、StyleablePropertyの完全な実装を提供します。classSimpleStyleableStringPropertyこのクラスはSimpleStringPropertyを拡張し、StyleablePropertyの完全な実装を提供します。classStyleableObjectProperty<T>このクラスはObjectPropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。classStyleableStringPropertyこのクラスはStringPropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。
-