| パッケージ | 説明 |
|---|---|
| javafx.beans.property |
パッケージ
javafx.beans.propertyは、読取り専用プロパティ、書込み可能プロパティおよび多数の実装を定義します。 |
| javafx.beans.property.adapter | |
| javafx.css |
プロパティをCSSを使用してスタイル設定可能にし、擬似クラス状態をサポートするAPIを提供します。
|
| 修飾子と型 | クラスと説明 |
|---|---|
class |
FloatPropertyBase
クラス
FloatPropertyBaseは、float値をラップするプロパティのベース・クラスです。 |
class |
ReadOnlyFloatWrapper
このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。
|
class |
SimpleFloatProperty
このクラスは、
float値をラップするPropertyの完全な実装を提供します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
static FloatProperty |
FloatProperty.floatProperty(Property<Float> property)
Propertyをラップし、双方向にバインドされるFloatPropertyを返します。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class |
JavaBeanFloatProperty
JavaBeanFloatPropertyは、型floatまたはFloatの通常のJava BeanプロパティとJavaFX FloatProperty間のアダプタを提供します。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class |
SimpleStyleableFloatProperty
このクラスは
SimpleFloatPropertyを拡張し、StyleablePropertyの完全な実装を提供します。 |
class |
StyleableFloatProperty
このクラスは
FloatPropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。 |
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.