インタフェース
javafx.beans.value.WritableValueの使用
-
WritableValueを使用するパッケージ パッケージ 説明 javafx.animation 使いやすい遷移ベースのアニメーションのクラスのセットを提供します。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.animationのWritableValueの使用
WritableValueを返すjavafx.animationのメソッド 修飾子と型 メソッド 説明 WritableValue<?>KeyValue. getTarget()このKeyValueのターゲットを返しますWritableValue型のパラメータを持つjavafx.animationのコンストラクタ コンストラクタ 説明 KeyValue(WritableValue<T> target, T endValue)Interpolator.LINEARを使用するKeyValueを作成します。KeyValue(WritableValue<T> target, T endValue, Interpolator interpolator)KeyValueを作成します。 -
javafx.beans.propertyのWritableValueの使用
javafx.beans.propertyのWritableValueのサブインタフェース 修飾子と型 インタフェース 説明 interfaceProperty<T>型に関係なくすべての(書込み可能)プロパティに共通のメソッドを定義する汎用インタフェース。WritableValueを実装するjavafx.beans.propertyのクラス 修飾子と型 クラス 説明 classBooleanPropertyこのクラスは、boolean値をラップするPropertyの完全な実装を提供します。classBooleanPropertyBaseクラスBooleanPropertyBaseは、boolean値をラップするプロパティのベース・クラスです。classDoublePropertyこのクラスは、double値をラップするPropertyを定義します。classDoublePropertyBaseクラスDoublePropertyBaseは、double値をラップするプロパティのベース・クラスです。classFloatPropertyこのクラスは、float値をラップするPropertyを定義します。classFloatPropertyBaseクラスFloatPropertyBaseは、float値をラップするプロパティのベース・クラスです。classIntegerPropertyこのクラスは、int値をラップするPropertyを定義します。classIntegerPropertyBaseクラスIntegerPropertyBaseは、int値をラップするプロパティのベース・クラスです。classListProperty<E>このクラスは、ObservableListをラップするPropertyの完全な実装を提供します。classListPropertyBase<E>クラスListPropertyBaseは、ObservableListをラップするプロパティのベース・クラスです。classLongPropertyこのクラスは、long値をラップするPropertyを定義します。classLongPropertyBaseクラスLongPropertyBaseは、long値をラップするプロパティのベース・クラスです。classMapProperty<K,V>このクラスは、ObservableMapをラップするPropertyの完全な実装を提供します。classMapPropertyBase<K,V>クラスMapPropertyBaseは、ObservableMapをラップするプロパティのベース・クラスです。classObjectProperty<T>このクラスは、任意のObjectをラップするPropertyの完全な実装を提供します。classObjectPropertyBase<T>クラスObjectPropertyBaseは、任意のObjectをラップするプロパティのベース・クラスです。classReadOnlyBooleanWrapperこのクラスは、読取り専用プロパティを定義する便利なクラスを提供します。classReadOnlyDoubleWrapperこのクラスは、読取り専用プロパティを定義する便利なクラスを提供します。classReadOnlyFloatWrapperこのクラスは、読取り専用プロパティを定義する便利なクラスを提供します。classReadOnlyIntegerWrapperこのクラスは、読取り専用プロパティを定義する便利なクラスを提供します。classReadOnlyListWrapper<E>このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。classReadOnlyLongWrapperこのクラスは、読取り専用プロパティを定義する便利なクラスを提供します。classReadOnlyMapWrapper<K,V>このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。classReadOnlyObjectWrapper<T>このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。classReadOnlySetWrapper<E>このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。classReadOnlyStringWrapperこのクラスは、読取り専用プロパティを定義する便利なクラスを提供します。classSetProperty<E>このクラスは、ObservableSetをラップするPropertyの完全な実装を提供します。classSetPropertyBase<E>クラスSetPropertyBaseは、ObservableSetをラップするプロパティのベース・クラスです。classSimpleBooleanPropertyこのクラスは、boolean値をラップするPropertyの完全な実装を提供します。classSimpleDoublePropertyこのクラスは、double値をラップするPropertyの完全な実装を提供します。classSimpleFloatPropertyこのクラスは、float値をラップするPropertyの完全な実装を提供します。classSimpleIntegerPropertyこのクラスは、int値をラップするPropertyの完全な実装を提供します。classSimpleListProperty<E>このクラスは、ObservableListをラップするPropertyの完全な実装を提供します。classSimpleLongPropertyこのクラスは、long値をラップする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のWritableValueの使用
javafx.beans.property.adapterのWritableValueのサブインタフェース 修飾子と型 インタフェース 説明 interfaceJavaBeanProperty<T>JavaBeanPropertyは、書き込み可能なJava BeanプロパティとJavaFXプロパティ間のすべてのアダプタのスーパー・インタフェースです。WritableValueを実装するjavafx.beans.property.adapterのクラス 修飾子と型 クラス 説明 classJavaBeanBooleanPropertyJavaBeanBooleanPropertyは、型booleanまたはBooleanの通常のJava BeanプロパティとJavaFXBooleanProperty間のアダプタを提供します。classJavaBeanDoublePropertyJavaBeanDoublePropertyは、型doubleまたはDoubleの通常のJava BeanプロパティとJavaFXDoubleProperty間のアダプタを提供します。classJavaBeanFloatPropertyJavaBeanFloatPropertyは、型floatまたはFloatの通常のJava BeanプロパティとJavaFXFloatProperty間のアダプタを提供します。classJavaBeanIntegerPropertyJavaBeanIntegerPropertyは、型intまたはIntegerの通常のJava BeanプロパティとJavaFXIntegerProperty間のアダプタを提供します。classJavaBeanLongPropertyJavaBeanLongPropertyは、longまたはLong型の通常のJava BeanプロパティとJavaFXLongProperty間のアダプタを提供します。classJavaBeanObjectProperty<T>JavaBeanObjectPropertyは、T型の通常のJava BeanプロパティとJavaFXObjectProperty<T>間のアダプタを提供します。classJavaBeanStringPropertyJavaBeanStringPropertyは、String型の通常のJava BeanプロパティとJavaFXStringProperty間のアダプタを提供します。 -
javafx.beans.valueのWritableValueの使用
javafx.beans.valueのWritableValueのサブインタフェース 修飾子と型 インタフェース 説明 interfaceWritableBooleanValue書込み可能なブール値。interfaceWritableDoubleValue書込み可能なdouble値。interfaceWritableFloatValue書込み可能なfloat値。interfaceWritableIntegerValue書込み可能なint値。interfaceWritableListValue<E>ObservableListへの書込み可能な参照。interfaceWritableLongValue書込み可能なlong値。interfaceWritableMapValue<K,V>ObservableMapへの書込み可能な参照。interfaceWritableNumberValue数値をラップするWritableValueのすべてのサブインタフェースをマークするタグ付けインタフェース。interfaceWritableObjectValue<T>書込み可能な入力された値。interfaceWritableSetValue<E>ObservableSetへの書込み可能な参照。interfaceWritableStringValue書込み可能なString。 -
javafx.cssのWritableValueの使用
javafx.cssのWritableValueのサブインタフェース 修飾子と型 インタフェース 説明 interfaceStyleableProperty<T>StyleablePropertyを使用すると、javafx.beans.propertyをCSSからスタイルできます。WritableValueを実装するjavafx.cssのクラス 修飾子と型 クラス 説明 classSimpleStyleableBooleanPropertyこのクラスはSimpleBooleanPropertyを拡張し、StyleablePropertyの完全な実装を提供します。classSimpleStyleableDoublePropertyこのクラスはSimpleDoublePropertyを拡張し、StyleablePropertyの完全な実装を提供します。classSimpleStyleableFloatPropertyこのクラスはSimpleFloatPropertyを拡張し、StyleablePropertyの完全な実装を提供します。classSimpleStyleableIntegerPropertyこのクラスはSimpleIntegerPropertyを拡張し、StyleablePropertyの完全な実装を提供します。classSimpleStyleableLongPropertyこのクラスはSimpleLongPropertyを拡張し、StyleablePropertyの完全な実装を提供します。classSimpleStyleableObjectProperty<T>このクラスはSimpleObjectPropertyを拡張し、StyleablePropertyの完全な実装を提供します。classSimpleStyleableStringPropertyこのクラスはSimpleStringPropertyを拡張し、StyleablePropertyの完全な実装を提供します。classStyleableBooleanPropertyこのクラスはBooleanPropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。classStyleableDoublePropertyこのクラスはDoublePropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。classStyleableFloatPropertyこのクラスはFloatPropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。classStyleableIntegerPropertyこのクラスはIntegerPropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。classStyleableLongPropertyこのクラスはLongPropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。classStyleableObjectProperty<T>このクラスはObjectPropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。classStyleableStringPropertyこのクラスはStringPropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。
-