インタフェース
javafx.collections.ObservableMapの使用
-
ObservableMapを使用するパッケージ パッケージ 説明 javafx.animation 使いやすい遷移ベースのアニメーションのクラスのセットを提供します。javafx.beans.binding 1つまたは複数のソースに依存する値を計算するBindingを作成および操作するクラスを提供します。javafx.beans.property パッケージjavafx.beans.propertyは、読取り専用プロパティ、書込み可能プロパティおよび多数の実装を定義します。javafx.beans.value パッケージjavafx.beans.valueには、2つの基本インタフェースObservableValueとWritableValueおよびそのすべてのサブインタフェースが含まれています。javafx.collections 基本的なJavaFXコレクションおよびコレクション・ユーティリティを含みますjavafx.fxml マークアップからオブジェクト階層をロードするクラスが含まれています。javafx.scene JavaFXシーン・グラフAPIのベース・クラスのコア・セットを提供します。javafx.scene.control JavaFXユーザー・インタフェース・コントロール(UIコントロールまたは単純なコントロール)は、特に多くの異なるアプリケーション・コンテキストでの再利用に適しているJavaFXシーングラフの特化されたノードです。javafx.scene.media 音声およびビデオをJava FXアプリケーションに統合するクラスのセットを提供します。javafx.stage JavaFXコンテンツのトップレベル・コンテナ・クラスを提供します。 -
-
javafx.animationのObservableMapの使用
ObservableMapを返すjavafx.animationのメソッド 修飾子と型 メソッド 説明 ObservableMap<String,Duration>Animation. getCuePoints()キュー・ポイントを使用して、Animationの重要な位置をマークできます。 -
javafx.beans.bindingのObservableMapの使用
ObservableMapを実装するjavafx.beans.bindingのクラス 修飾子と型 クラス 説明 classMapBinding<K,V>ObservableMapのBindingを実装するために必要なほとんどの機能を提供するベース・クラス。classMapExpression<K,V>MapExpressionは、流暢なスタイルでバインディングを生成する追加の簡易なメソッドであるObservableMapValueです。ObservableMapを返すjavafx.beans.bindingのメソッド 修飾子と型 メソッド 説明 protected abstract ObservableMap<K,V>MapBinding. computeValue()このバインディングの現在の値を計算します。ObservableMap<K,V>MapBinding. get()MapBinding.computeValue()の結果を返します。ObservableMap<K,V>MapExpression. getValue()ObservableMap型のパラメータを持つjavafx.beans.bindingのメソッド 修飾子と型 メソッド 説明 static <K,V> voidBindings. bindContent(Map<K,V> map1, ObservableMap<? extends K,? extends V> map2)ObservableMapとMapの間のコンテンツ・バインディングを生成します。static <K,V> voidBindings. bindContentBidirectional(ObservableMap<K,V> map1, ObservableMap<K,V> map2)ObservableMapの2つのインスタンスの間の双方向バインディング(または逆方向バインド)を生成します。static <K> BooleanBindingBindings. booleanValueAt(ObservableMap<K,Boolean> op, ObservableValue<? extends K> key)ObservableMapの特定のキーのマッピングを含む新しいBooleanBindingを作成します。static <K> BooleanBindingBindings. booleanValueAt(ObservableMap<K,Boolean> op, K key)ObservableMapの特定のキーのマッピングを含む新しいBooleanBindingを作成します。static <K> DoubleBindingBindings. doubleValueAt(ObservableMap<K,? extends Number> op, ObservableValue<? extends K> key)ObservableMapの特定のキーのマッピングを含む新しいDoubleBindingを作成します。static <K> DoubleBindingBindings. doubleValueAt(ObservableMap<K,? extends Number> op, K key)ObservableMapの特定のキーのマッピングを含む新しいDoubleBindingを作成します。static <K> FloatBindingBindings. floatValueAt(ObservableMap<K,? extends Number> op, ObservableValue<? extends K> key)ObservableMapの特定のキーのマッピングを含む新しいFloatBindingを作成します。static <K> FloatBindingBindings. floatValueAt(ObservableMap<K,? extends Number> op, K key)ObservableMapの特定のキーのマッピングを含む新しいFloatBindingを作成します。static <K> IntegerBindingBindings. integerValueAt(ObservableMap<K,? extends Number> op, ObservableValue<? extends K> key)ObservableMapの特定のキーのマッピングを含む新しいIntegerBindingを作成します。static <K> IntegerBindingBindings. integerValueAt(ObservableMap<K,? extends Number> op, K key)ObservableMapの特定のキーのマッピングを含む新しいIntegerBindingを作成します。static <K,V> BooleanBindingBindings. isEmpty(ObservableMap<K,V> op)指定されたObservableMapが空である場合にtrueを保持する新しいBooleanBindingを作成します。BooleanBindingMapExpression. isEqualTo(ObservableMap<?,?> other)このマップが別のObservableMapと同等である場合にtrueを保持する新しいBooleanBindingを作成します。static <K,V> BooleanBindingBindings. isNotEmpty(ObservableMap<K,V> op)指定されたObservableMapが空でない場合にtrueを保持する新しいBooleanBindingを作成します。BooleanBindingMapExpression. isNotEqualTo(ObservableMap<?,?> other)このマップが別のObservableMapと同等でない場合にtrueを保持する新しいBooleanBindingを作成します。static <K> LongBindingBindings. longValueAt(ObservableMap<K,? extends Number> op, ObservableValue<? extends K> key)ObservableMapの特定のキーのマッピングを含む新しいLongBindingを作成します。static <K> LongBindingBindings. longValueAt(ObservableMap<K,? extends Number> op, K key)ObservableMapの特定のキーのマッピングを含む新しいLongBindingを作成します。static <K,V> IntegerBindingBindings. size(ObservableMap<K,V> op)ObservableMapのサイズを含む新しいIntegerBindingを作成します。static <K> StringBindingBindings. stringValueAt(ObservableMap<K,String> op, ObservableValue<? extends K> key)ObservableMapの特定のキーのマッピングを含む新しいStringBindingを作成します。static <K> StringBindingBindings. stringValueAt(ObservableMap<K,String> op, K key)ObservableMapの特定のキーのマッピングを含む新しいStringBindingを作成します。static <K,V> ObjectBinding<V>Bindings. valueAt(ObservableMap<K,V> op, ObservableValue<? extends K> key)ObservableMapの特定のキーのマッピングを含む新しいObjectBindingを作成します。static <K,V> ObjectBinding<V>Bindings. valueAt(ObservableMap<K,V> op, K key)ObservableMapの特定のキーのマッピングを含む新しいObjectBindingを作成します。ObservableMap型の型引数を持つjavafx.beans.bindingのメソッド・パラメータ 修飾子と型 メソッド 説明 voidMapBinding. addListener(ChangeListener<? super ObservableMap<K,V>> listener)voidMapBinding. removeListener(ChangeListener<? super ObservableMap<K,V>> listener) -
javafx.beans.propertyのObservableMapの使用
ObservableMapを実装するjavafx.beans.propertyのクラス 修飾子と型 クラス 説明 classMapProperty<K,V>このクラスは、ObservableMapをラップするPropertyの完全な実装を提供します。classMapPropertyBase<K,V>クラスMapPropertyBaseは、ObservableMapをラップするプロパティのベース・クラスです。classReadOnlyMapProperty<K,V>ObservableMapをラッピングするすべての読み取り専用プロパティのスーパークラス。classReadOnlyMapPropertyBase<K,V>ObservableMapをラップするすべての読取り専用プロパティのベース・クラス。classReadOnlyMapWrapper<K,V>このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。classSimpleMapProperty<K,V>このクラスは、ObservableMapをラップするPropertyの完全な実装を提供します。ObservableMapを返すjavafx.beans.propertyのメソッド 修飾子と型 メソッド 説明 ObservableMap<K,V>MapPropertyBase. get()ObservableMap型のパラメータを持つjavafx.beans.propertyのメソッド 修飾子と型 メソッド 説明 voidReadOnlyMapProperty. bindContent(ObservableMap<K,V> map)このReadOnlyMapPropertyでラップされるObservableMapと別のObservableMap間のコンテンツ・バインディングを作成します。voidReadOnlyMapProperty. bindContentBidirectional(ObservableMap<K,V> map)このReadOnlyMapPropertyでラップされるObservableMapと別のObservableMapの双方向コンテンツ・バインディングを作成します。voidMapPropertyBase. set(ObservableMap<K,V> newValue)voidMapProperty. setValue(ObservableMap<K,V> v)ラップされた値を設定します。ObservableMap型の型引数を持つjavafx.beans.propertyのメソッド・パラメータ 修飾子と型 メソッド 説明 voidMapPropertyBase. addListener(ChangeListener<? super ObservableMap<K,V>> listener)voidReadOnlyMapPropertyBase. addListener(ChangeListener<? super ObservableMap<K,V>> listener)voidMapPropertyBase. bind(ObservableValue<? extends ObservableMap<K,V>> newObservable)voidMapProperty. bindBidirectional(Property<ObservableMap<K,V>> other)このPropertyと別のPropertyの間の双方向バインディングを作成します。voidMapPropertyBase. removeListener(ChangeListener<? super ObservableMap<K,V>> listener)voidReadOnlyMapPropertyBase. removeListener(ChangeListener<? super ObservableMap<K,V>> listener)voidMapProperty. unbindBidirectional(Property<ObservableMap<K,V>> other)このPropertyと別のPropertyの間の双方向バインディングを削除します。ObservableMap型のパラメータを持つjavafx.beans.propertyのコンストラクタ コンストラクタ 説明 MapPropertyBase(ObservableMap<K,V> initialValue)MapPropertyBaseのコンストラクタ。ReadOnlyMapWrapper(Object bean, String name, ObservableMap<K,V> initialValue)ReadOnlyMapWrapperのコンストラクタReadOnlyMapWrapper(ObservableMap<K,V> initialValue)ReadOnlyMapWrapperのコンストラクタSimpleMapProperty(Object bean, String name, ObservableMap<K,V> initialValue)SimpleMapPropertyのコンストラクタSimpleMapProperty(ObservableMap<K,V> initialValue)SimpleMapPropertyのコンストラクタ -
javafx.beans.valueのObservableMapの使用
javafx.beans.valueのObservableMapのサブインタフェース 修飾子と型 インタフェース 説明 interfaceObservableMapValue<K,V>ObservableMapの監視可能な参照。interfaceWritableMapValue<K,V>ObservableMapへの書込み可能な参照。 -
javafx.collectionsのObservableMapの使用
ObservableMapを返すjavafx.collectionsのメソッド 修飾子と型 メソッド 説明 static <K,V> ObservableMap<K,V>FXCollections. checkedObservableMap(ObservableMap<K,V> map, Class<K> keyType, Class<V> valueType)指定された監視可能なマップの最上位に型保証されたラッパーを作成して返します。static <K,V> ObservableMap<K,V>FXCollections. emptyObservableMap()変更不可能で監視可能なマップを作成して空にします。ObservableMap<K,V>MapChangeListener.Change. getMap()変更に関連付けられている監視可能なマップ。static <K,V> ObservableMap<K,V>FXCollections. observableHashMap()HashMapに連動する新しい空の監視可能なマップを作成します。static <K,V> ObservableMap<K,V>FXCollections. observableMap(Map<K,V> map)指定されたマップに連動するObservableMapを構築します。static <K,V> ObservableMap<K,V>FXCollections. synchronizedObservableMap(ObservableMap<K,V> map)指定された監視可能なマップの最上位に同期ラッパーを作成して返します。static <K,V> ObservableMap<K,V>FXCollections. unmodifiableObservableMap(ObservableMap<K,V> map)指定されたObservableMapに対する読取り専用インタフェースを構築します。ObservableMap型のパラメータを持つjavafx.collectionsのメソッド 修飾子と型 メソッド 説明 static <K,V> ObservableMap<K,V>FXCollections. checkedObservableMap(ObservableMap<K,V> map, Class<K> keyType, Class<V> valueType)指定された監視可能なマップの最上位に型保証されたラッパーを作成して返します。static <K,V> ObservableMap<K,V>FXCollections. synchronizedObservableMap(ObservableMap<K,V> map)指定された監視可能なマップの最上位に同期ラッパーを作成して返します。static <K,V> ObservableMap<K,V>FXCollections. unmodifiableObservableMap(ObservableMap<K,V> map)指定されたObservableMapに対する読取り専用インタフェースを構築します。ObservableMap型のパラメータを持つjavafx.collectionsのコンストラクタ コンストラクタ 説明 Change(ObservableMap<K,V> map)マップに関連付けられている変更を構築します。 -
javafx.fxmlのObservableMapの使用
ObservableMapを返すjavafx.fxmlのメソッド 修飾子と型 メソッド 説明 ObservableMap<String,Object>FXMLLoader. getNamespace()このローダーで使用される名前空間を返します。 -
javafx.sceneのObservableMapの使用
ObservableMapを返すjavafx.sceneのメソッド 修飾子と型 メソッド 説明 ObservableMap<KeyCombination,Runnable>Scene. getAccelerators()このSceneのアクセラレータのリストを取得します。ObservableMap<KeyCombination,ObservableList<Mnemonic>>Scene. getMnemonics()このSceneのニーモニックのリストを取得します。ObservableMap<Object,Object>Node. getProperties()アプリケーション開発者が主に使用するこのノードのプロパティの監視可能なマップを返します。ObservableMap<Object,Object>Scene. getProperties()アプリケーション開発者が主に使用するこのノードのプロパティの監視可能なマップを返します。 -
javafx.scene.controlのObservableMapの使用
ObservableMapを返すjavafx.scene.controlのメソッド 修飾子と型 メソッド 説明 ObservableMap<Object,Object>MenuItem. getProperties()アプリケーション開発者が主に使用するこのメニュー・アイテムのプロパティの監視可能なマップを返します。ObservableMap<Object,Object>Tab. getProperties()アプリケーション開発者が主に使用するこのタブのプロパティの監視可能なマップを返します。ObservableMap<Object,Object>TableColumnBase. getProperties()アプリケーション開発者が主に使用するこの表列のプロパティの監視可能なマップを返します。ObservableMap<Object,Object>Toggle. getProperties()アプリケーション開発者が主に使用するこのトグルのプロパティの監視可能なマップを返します。ObservableMap<Object,Object>ToggleGroup. getProperties()アプリケーション開発者が主に使用するこのノードのプロパティの監視可能なマップを返します。 -
javafx.scene.mediaのObservableMapの使用
ObservableMapを返すjavafx.scene.mediaのメソッド 修飾子と型 メソッド 説明 ObservableMap<String,Duration>Media. getMarkers()このMediaインスタンスで定義されているマーカーを取得します。ObservableMap<String,Object>Media. getMetadata()このメディア・ソースに含まれるメタデータを取得します。 -
Uses of ObservableMap in javafx.stage
ObservableMapを返すjavafx.stageのメソッド 修飾子と型 メソッド 説明 ObservableMap<Object,Object>Window. getProperties()アプリケーション開発者が主に使用するこのノードのプロパティの監視可能なマップを返します。
-