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