クラス
javafx.beans.property.ReadOnlyIntegerPropertyの使用
-
ReadOnlyIntegerPropertyを使用するパッケージ パッケージ 説明 javafx.beans.binding 1つまたは複数のソースに依存する値を計算するBindingを作成および操作するクラスを提供します。javafx.beans.property パッケージjavafx.beans.propertyは、読取り専用プロパティ、書込み可能プロパティおよび多数の実装を定義します。javafx.beans.property.adapter 通常のJava Beanプロパティとそれに対応するJavaFX Propertyの間でアダプタとして機能するさまざまなクラスを提供します。javafx.concurrent javafx.taskのクラスのセットを提供します。javafx.css プロパティをCSSを使用してスタイル設定可能にし、擬似クラス状態をサポートするAPIを提供します。javafx.print JavaFX印刷APIのパブリック・クラスを提供します。javafx.scene.control JavaFXユーザー・インタフェース・コントロール(UIコントロールまたは単純なコントロール)は、特に多くの異なるアプリケーション・コンテキストでの再利用に適しているJavaFXシーングラフの特化されたノードです。javafx.scene.media 音声およびビデオをJava FXアプリケーションに統合するクラスのセットを提供します。javafx.scene.web このパッケージは、Webコンテンツをロードおよび表示する手段を提供します。 -
-
javafx.beans.bindingのReadOnlyIntegerPropertyの使用
ReadOnlyIntegerPropertyを返すjavafx.beans.bindingのメソッド 修飾子と型 メソッド 説明 ReadOnlyIntegerPropertyListBinding. sizeProperty()abstract ReadOnlyIntegerPropertyListExpression. sizeProperty()リストのサイズを表す整数プロパティ。ReadOnlyIntegerPropertyMapBinding. sizeProperty()abstract ReadOnlyIntegerPropertyMapExpression. sizeProperty()マップのサイズを表す整数プロパティ。ReadOnlyIntegerPropertySetBinding. sizeProperty()abstract ReadOnlyIntegerPropertySetExpression. sizeProperty()セットのサイズを表す整数プロパティ。 -
javafx.beans.propertyのReadOnlyIntegerPropertyの使用
javafx.beans.propertyのReadOnlyIntegerPropertyのサブクラス 修飾子と型 クラス 説明 classIntegerPropertyこのクラスは、int値をラップするPropertyを定義します。classIntegerPropertyBaseクラスIntegerPropertyBaseは、int値をラップするプロパティのベース・クラスです。classReadOnlyIntegerPropertyBaseintをラップするすべての読取り専用プロパティのベース・クラス。classReadOnlyIntegerWrapperこのクラスは、読取り専用プロパティを定義する便利なクラスを提供します。classSimpleIntegerPropertyこのクラスは、int値をラップするPropertyの完全な実装を提供します。ReadOnlyIntegerPropertyを返すjavafx.beans.propertyのメソッド 修飾子と型 メソッド 説明 ReadOnlyIntegerPropertyReadOnlyIntegerWrapper. getReadOnlyProperty()このReadOnlyIntegerWrapperと同期化される読取り専用プロパティを返します。static <T extends Number>
ReadOnlyIntegerPropertyReadOnlyIntegerProperty. readOnlyIntegerProperty(ReadOnlyProperty<T> property)ReadOnlyPropertyをラップするReadOnlyIntegerPropertyを返します。ReadOnlyIntegerPropertyListPropertyBase. sizeProperty()ReadOnlyIntegerPropertyMapPropertyBase. sizeProperty()ReadOnlyIntegerPropertySetPropertyBase. sizeProperty() -
javafx.beans.property.adapterのReadOnlyIntegerPropertyの使用
javafx.beans.property.adapterのReadOnlyIntegerPropertyのサブクラス 修飾子と型 クラス 説明 classJavaBeanIntegerPropertyJavaBeanIntegerPropertyは、型intまたはIntegerの通常のJava BeanプロパティとJavaFXIntegerProperty間のアダプタを提供します。classReadOnlyJavaBeanIntegerPropertyReadOnlyJavaBeanIntegerPropertyは、型intまたはIntegerの通常の読取り専用Java BeanプロパティとJavaFXReadOnlyIntegerProperty間のアダプタを提供します。 -
javafx.concurrentのReadOnlyIntegerPropertyの使用
ReadOnlyIntegerPropertyを返すjavafx.concurrentのメソッド 修飾子と型 メソッド 説明 ReadOnlyIntegerPropertyScheduledService. currentFailureCountProperty()ScheduledServiceが失敗した現在の回数。 -
javafx.cssのReadOnlyIntegerPropertyの使用
javafx.cssのReadOnlyIntegerPropertyのサブクラス 修飾子と型 クラス 説明 classSimpleStyleableIntegerPropertyこのクラスはSimpleIntegerPropertyを拡張し、StyleablePropertyの完全な実装を提供します。classStyleableIntegerPropertyこのクラスはIntegerPropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。 -
javafx.printのReadOnlyIntegerPropertyの使用
ReadOnlyIntegerPropertyを返すjavafx.printのメソッド 修飾子と型 メソッド 説明 ReadOnlyIntegerPropertyPageRange. endPageProperty()範囲の終了ページ番号を表すIntegerProperty。ReadOnlyIntegerPropertyPageRange. startPageProperty()範囲の開始ページ番号を表すIntegerProperty。 -
javafx.scene.controlのReadOnlyIntegerPropertyの使用
ReadOnlyIntegerPropertyを返すjavafx.scene.controlのメソッド 修飾子と型 メソッド 説明 ReadOnlyIntegerPropertyTextInputControl. anchorProperty()テキスト選択のanchor。ReadOnlyIntegerPropertyTextInputControl. caretPositionProperty()テキスト内のキャレットの現在の位置。ReadOnlyIntegerPropertyListView. editingIndexProperty()編集が行われている場合にアイテムの索引が現在ListViewで編集されていることを表し、アイテムが編集されていない場合に-1を表すために使用されるプロパティ。ReadOnlyIntegerPropertyTreeTableView. expandedItemCountProperty()TreeTableViewに現在表示できるツリー・ノードの数を表します。ReadOnlyIntegerPropertyTreeView. expandedItemCountProperty()TreeViewに現在表示できるツリー・ノードの数を表します。ReadOnlyIntegerPropertyFocusModel. focusedIndexProperty()フォーカスを持つFocusModelの現在のアイテムの索引。ReadOnlyIntegerPropertyIndexedCell. indexProperty()ReadOnlyIntegerPropertyTextInputControl. lengthProperty()テキスト入力の文字の数。ReadOnlyIntegerPropertySelectionModel. selectedIndexProperty()選択モデルの現在選択されている索引値を示すために使用される選択された索引プロパティを参照します。 -
javafx.scene.mediaのReadOnlyIntegerPropertyの使用
ReadOnlyIntegerPropertyを返すjavafx.scene.mediaのメソッド 修飾子と型 メソッド 説明 ReadOnlyIntegerPropertyMediaPlayer. currentCountProperty()完了した再生サイクルの数。ReadOnlyIntegerPropertyMedia. heightProperty()ソース・メディアのピクセルの高さ。ReadOnlyIntegerPropertyMedia. widthProperty()ソース・メディアのピクセルの幅。 -
javafx.scene.webのReadOnlyIntegerPropertyの使用
ReadOnlyIntegerPropertyを返すjavafx.scene.webのメソッド 修飾子と型 メソッド 説明 ReadOnlyIntegerPropertyWebHistory. currentIndexProperty()履歴の現在のEntryの索引を定義します。
-