| パッケージ | 説明 |
|---|---|
| javafx.beans.binding |
Bindingsの特性
|
| javafx.beans.property |
パッケージ
javafx.beans.propertyは、読取り専用プロパティ、書込み可能プロパティおよび多数の実装を定義します。 |
| javafx.beans.property.adapter | |
| javafx.css |
プロパティをCSSを使用してスタイル設定可能にし、擬似クラス状態をサポートするAPIを提供します。
|
| javafx.scene.control |
JavaFXユーザー・インタフェース・コントロール(UIコントロールまたは単純なコントロール)は、特に多くの異なるアプリケーション・コンテキストでの再利用に適しているJavaFXシーングラフの特化されたノードです。
|
| 修飾子と型 | クラスと説明 |
|---|---|
class |
StringBinding
StringのBindingを実装するために必要なほとんどの機能を提供するベース・クラス。 |
class |
StringExpression
StringExpressionは、ObservableStringValueと優れたスタイルでバインディングを生成する便利な追加のメソッドです。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class |
ReadOnlyStringProperty
Stringをラップするすべての読取り専用プロパティのスーパークラス。 |
class |
ReadOnlyStringPropertyBase
Stringをラップするすべての読取り専用プロパティのベース・クラス。 |
class |
ReadOnlyStringWrapper
このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。
|
class |
SimpleStringProperty
このクラスは、
String値をラップするPropertyの完全な実装を提供します。 |
class |
StringProperty
このクラスは、
String値をラップするPropertyの完全な実装を提供します。 |
class |
StringPropertyBase
クラス
StringPropertyBaseは、String値をラップするプロパティのベース・クラスです。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class |
JavaBeanStringProperty
JavaBeanStringPropertyは、String型の通常のJava BeanプロパティとJavaFX StringProperty間のアダプタを提供します。 |
class |
ReadOnlyJavaBeanStringProperty
ReadOnlyJavaBeanStringPropertyは、String型の通常の読取り専用Java BeanプロパティとJavaFX ReadOnlyStringProperty間のアダプタを提供します。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class |
SimpleStyleableStringProperty
このクラスは
SimpleStringPropertyを拡張し、StyleablePropertyの完全な実装を提供します。 |
class |
StyleableStringProperty
このクラスは
StringPropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。 |
| 修飾子と型 | インタフェースと説明 |
|---|---|
protected static interface |
TextInputControl.Content
テキスト入力のコンテンツを表すインタフェース。
|
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.