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