インタフェース
javafx.beans.value.WritableLongValueの使用
-
WritableLongValueを使用するパッケージ パッケージ 説明 javafx.beans.property パッケージjavafx.beans.propertyは、読取り専用プロパティ、書込み可能プロパティおよび多数の実装を定義します。javafx.beans.property.adapter 通常のJava Beanプロパティとそれに対応するJavaFX Propertyの間でアダプタとして機能するさまざまなクラスを提供します。javafx.css プロパティをCSSを使用してスタイル設定可能にし、擬似クラス状態をサポートするAPIを提供します。 -
-
javafx.beans.propertyのWritableLongValueの使用
WritableLongValueを実装するjavafx.beans.propertyのクラス 修飾子と型 クラス 説明 classLongPropertyこのクラスは、long値をラップするPropertyを定義します。classLongPropertyBaseクラスLongPropertyBaseは、long値をラップするプロパティのベース・クラスです。classReadOnlyLongWrapperこのクラスは、読取り専用プロパティを定義する便利なクラスを提供します。classSimpleLongPropertyこのクラスは、long値をラップするPropertyの完全な実装を提供します。 -
javafx.beans.property.adapterのWritableLongValueの使用
WritableLongValueを実装するjavafx.beans.property.adapterのクラス 修飾子と型 クラス 説明 classJavaBeanLongPropertyJavaBeanLongPropertyは、longまたはLong型の通常のJava BeanプロパティとJavaFXLongProperty間のアダプタを提供します。 -
javafx.cssのWritableLongValueの使用
WritableLongValueを実装するjavafx.cssのクラス 修飾子と型 クラス 説明 classSimpleStyleableLongPropertyこのクラスはSimpleLongPropertyを拡張し、StyleablePropertyの完全な実装を提供します。classStyleableLongPropertyこのクラスはLongPropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。
-