クラス
javafx.beans.binding.NumberExpressionBaseの使用
-
NumberExpressionBaseを使用するパッケージ パッケージ 説明 javafx.beans.binding 1つまたは複数のソースに依存する値を計算するBindingを作成および操作するクラスを提供します。javafx.beans.property パッケージjavafx.beans.propertyは、読取り専用プロパティ、書込み可能プロパティおよび多数の実装を定義します。javafx.beans.property.adapter 通常のJava Beanプロパティとそれに対応するJavaFX Propertyの間でアダプタとして機能するさまざまなクラスを提供します。javafx.css プロパティをCSSを使用してスタイル設定可能にし、擬似クラス状態をサポートするAPIを提供します。 -
-
javafx.beans.bindingのNumberExpressionBaseの使用
javafx.beans.bindingのNumberExpressionBaseのサブクラス 修飾子と型 クラス 説明 classDoubleBindingdouble値のBindingを実装するために必要なほとんどの機能を提供するベース・クラス。classDoubleExpressionDoubleExpressionは、流暢なスタイルでバインディングを生成する追加の簡易なメソッドであるObservableDoubleValueです。classFloatBindingfloat値のBindingを実装するために必要なほとんどの機能を提供するベース・クラス。classFloatExpressionFloatExpressionは、流暢なスタイルでバインディングを生成する追加の簡易なメソッドであるObservableFloatValueです。classIntegerBindingint値のBindingを実装するために必要なほとんどの機能を提供するベース・クラス。classIntegerExpressionIntegerExpressionは、流暢なスタイルでバインディングを生成する追加の簡易なメソッドであるObservableIntegerValueです。classLongBindinglong値のBindingを実装するために必要なほとんどの機能を提供するベース・クラス。classLongExpressionLongExpressionは、流暢なスタイルでバインディングを生成する追加の簡易なメソッドであるObservableLongValueです。NumberExpressionBaseを返すjavafx.beans.bindingのメソッド 修飾子と型 メソッド 説明 static <S extends Number>
NumberExpressionBaseNumberExpressionBase. numberExpression(ObservableNumberValue value)ObservableNumberValueをラップするNumberExpressionBaseを返します。 -
javafx.beans.propertyのNumberExpressionBaseの使用
javafx.beans.propertyのNumberExpressionBaseのサブクラス 修飾子と型 クラス 説明 classDoublePropertyこのクラスは、double値をラップするPropertyを定義します。classDoublePropertyBaseクラスDoublePropertyBaseは、double値をラップするプロパティのベース・クラスです。classFloatPropertyこのクラスは、float値をラップするPropertyを定義します。classFloatPropertyBaseクラスFloatPropertyBaseは、float値をラップするプロパティのベース・クラスです。classIntegerPropertyこのクラスは、int値をラップするPropertyを定義します。classIntegerPropertyBaseクラスIntegerPropertyBaseは、int値をラップするプロパティのベース・クラスです。classLongPropertyこのクラスは、long値をラップするPropertyを定義します。classLongPropertyBaseクラスLongPropertyBaseは、long値をラップするプロパティのベース・クラスです。classReadOnlyDoublePropertydoubleをラップするすべての読み取り専用プロパティのスーパークラス。classReadOnlyDoublePropertyBasedoubleをラップするすべての読取り専用プロパティのベース・クラス。classReadOnlyDoubleWrapperこのクラスは、読取り専用プロパティを定義する便利なクラスを提供します。classReadOnlyFloatPropertyfloatをラップするすべての読み取り専用プロパティのスーパークラス。classReadOnlyFloatPropertyBasefloatをラップするすべての読取り専用プロパティのベース・クラス。classReadOnlyFloatWrapperこのクラスは、読取り専用プロパティを定義する便利なクラスを提供します。classReadOnlyIntegerPropertyintをラッピングするすべての読み取り専用プロパティのスーパークラス。classReadOnlyIntegerPropertyBaseintをラップするすべての読取り専用プロパティのベース・クラス。classReadOnlyIntegerWrapperこのクラスは、読取り専用プロパティを定義する便利なクラスを提供します。classReadOnlyLongPropertylongをラップするすべての読み取り専用プロパティのスーパークラス。classReadOnlyLongPropertyBaselongをラップするすべての読取り専用プロパティのベース・クラス。classReadOnlyLongWrapperこのクラスは、読取り専用プロパティを定義する便利なクラスを提供します。classSimpleDoublePropertyこのクラスは、double値をラップするPropertyの完全な実装を提供します。classSimpleFloatPropertyこのクラスは、float値をラップするPropertyの完全な実装を提供します。classSimpleIntegerPropertyこのクラスは、int値をラップするPropertyの完全な実装を提供します。classSimpleLongPropertyこのクラスは、long値をラップするPropertyの完全な実装を提供します。 -
javafx.beans.property.adapterのNumberExpressionBaseの使用
javafx.beans.property.adapterのNumberExpressionBaseのサブクラス 修飾子と型 クラス 説明 classJavaBeanDoublePropertyJavaBeanDoublePropertyは、型doubleまたはDoubleの通常のJava BeanプロパティとJavaFXDoubleProperty間のアダプタを提供します。classJavaBeanFloatPropertyJavaBeanFloatPropertyは、型floatまたはFloatの通常のJava BeanプロパティとJavaFXFloatProperty間のアダプタを提供します。classJavaBeanIntegerPropertyJavaBeanIntegerPropertyは、型intまたはIntegerの通常のJava BeanプロパティとJavaFXIntegerProperty間のアダプタを提供します。classJavaBeanLongPropertyJavaBeanLongPropertyは、longまたはLong型の通常のJava BeanプロパティとJavaFXLongProperty間のアダプタを提供します。classReadOnlyJavaBeanDoublePropertyReadOnlyJavaBeanDoublePropertyは、型doubleまたはDoubleの通常の読取り専用Java BeanプロパティとJavaFXReadOnlyDoubleProperty間のアダプタを提供します。classReadOnlyJavaBeanFloatPropertyReadOnlyJavaBeanFloatPropertyは、型floatまたはFloatの通常のJava BeanプロパティとJavaFXReadOnlyFloatProperty間のアダプタを提供します。classReadOnlyJavaBeanIntegerPropertyReadOnlyJavaBeanIntegerPropertyは、型intまたはIntegerの通常の読取り専用Java BeanプロパティとJavaFXReadOnlyIntegerProperty間のアダプタを提供します。classReadOnlyJavaBeanLongPropertyReadOnlyJavaBeanLongPropertyは、型longまたはLongの通常の読取り専用Java BeanプロパティとJavaFXReadOnlyLongProperty間のアダプタを提供します。 -
javafx.cssのNumberExpressionBaseの使用
javafx.cssのNumberExpressionBaseのサブクラス 修飾子と型 クラス 説明 classSimpleStyleableDoublePropertyこのクラスはSimpleDoublePropertyを拡張し、StyleablePropertyの完全な実装を提供します。classSimpleStyleableFloatPropertyこのクラスはSimpleFloatPropertyを拡張し、StyleablePropertyの完全な実装を提供します。classSimpleStyleableIntegerPropertyこのクラスはSimpleIntegerPropertyを拡張し、StyleablePropertyの完全な実装を提供します。classSimpleStyleableLongPropertyこのクラスはSimpleLongPropertyを拡張し、StyleablePropertyの完全な実装を提供します。classStyleableDoublePropertyこのクラスはDoublePropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。classStyleableFloatPropertyこのクラスはFloatPropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。classStyleableIntegerPropertyこのクラスはIntegerPropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。classStyleableLongPropertyこのクラスはLongPropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。
-