クラス
javafx.beans.property.StringPropertyBaseの使用
-
StringPropertyBaseを使用するパッケージ パッケージ 説明 javafx.beans.property パッケージjavafx.beans.propertyは、読取り専用プロパティ、書込み可能プロパティおよび多数の実装を定義します。javafx.css プロパティをCSSを使用してスタイル設定可能にし、擬似クラス状態をサポートするAPIを提供します。 -
-
javafx.beans.propertyのStringPropertyBaseの使用
javafx.beans.propertyのStringPropertyBaseのサブクラス 修飾子と型 クラス 説明 classReadOnlyStringWrapperこのクラスは、読取り専用プロパティを定義する便利なクラスを提供します。classSimpleStringPropertyこのクラスは、String値をラップするPropertyの完全な実装を提供します。 -
javafx.cssのStringPropertyBaseの使用
javafx.cssのStringPropertyBaseのサブクラス 修飾子と型 クラス 説明 classSimpleStyleableStringPropertyこのクラスはSimpleStringPropertyを拡張し、StyleablePropertyの完全な実装を提供します。classStyleableStringPropertyこのクラスはStringPropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。
-