- java.lang.Object
- 
- javafx.scene.control.SpinnerValueFactory<Integer>
- 
- javafx.scene.control.SpinnerValueFactory.IntegerSpinnerValueFactory
 
 
- 
- 含まれているクラス:
- SpinnerValueFactory<T>
 
 public static class SpinnerValueFactory.IntegerSpinnerValueFactory extends SpinnerValueFactory<Integer> integer値を反復処理するように設計されたSpinnerValueFactory実装。デフォルトの converterはIntegerStringConverterインスタンスとして実装されることに注意してください。- 導入されたバージョン:
- JavaFX 8u40
 
- 
- 
プロパティのサマリープロパティ Type プロパティ 説明 IntegerPropertyamountToStepBy増分または減分するステップの量を設定します。IntegerPropertymaxこの値ファクトリの最大許容値を設定しますIntegerPropertyminこの値ファクトリの最小許容値を設定します。- 
クラス javafx.scene.control.SpinnerValueFactoryで宣言されたプロパティconverter、value、wrapAround
 
- 
 - 
ネストされたクラスのサマリー- 
クラス javafx.scene.control.SpinnerValueFactoryで宣言されたネストされたクラス/インタフェースSpinnerValueFactory.DoubleSpinnerValueFactory、SpinnerValueFactory.IntegerSpinnerValueFactory、SpinnerValueFactory.ListSpinnerValueFactory<T>
 
- 
 - 
コンストラクタのサマリーコンストラクタ コンストラクタ 説明 IntegerSpinnerValueFactory(int min, int max)初期値をminの値と等しい値に設定し、amountToStepByをデフォルトの1に設定して、新しいIntegerSpinnerValueFactoryを構築します。IntegerSpinnerValueFactory(int min, int max, int initialValue)amountToStepByをデフォルトの1にして、新しいIntegerSpinnerValueFactoryを構築します。IntegerSpinnerValueFactory(int min, int max, int initialValue, int amountToStepBy)新しいIntegerSpinnerValueFactoryを構築します。
 - 
メソッドのサマリーすべてのメソッド インスタンス・メソッド 具象メソッド 修飾子と型 メソッド 説明 IntegerPropertyamountToStepByProperty()増分または減分するステップの量を設定します。intgetAmountToStepBy()プロパティamountToStepByの値を取得します。intgetMax()プロパティmaxの値を取得します。intgetMin()プロパティminの値を取得します。IntegerPropertymaxProperty()この値ファクトリの最大許容値を設定しますIntegerPropertyminProperty()この値ファクトリの最小許容値を設定します。voidsetAmountToStepBy(int value)プロパティamountToStepByの値を設定します。voidsetMax(int value)プロパティmaxの値を設定します。voidsetMin(int value)プロパティminの値を設定します。- 
クラス java.lang.Objectで宣言されたメソッドclone、equals、finalize、getClass、hashCode、notify、notifyAll、toString、wait、wait、wait
 - 
クラス javafx.scene.control.SpinnerValueFactoryで宣言されたメソッドconverterProperty, decrement, getConverter, getValue, increment, isWrapAround, setConverter, setValue, setWrapAround, valueProperty, wrapAroundProperty
 
- 
 
- 
- 
- 
プロパティの詳細- 
minpublic final IntegerProperty minProperty この値ファクトリの最小許容値を設定します。- 戻り値:
- この値ファクトリの最小許容値
 
 - 
maxpublic final IntegerProperty maxProperty この値ファクトリの最大許容値を設定します- 関連項目:
- getMax()、- setMax(int)
 
 - 
amountToStepBypublic final IntegerProperty amountToStepByProperty 増分または減分するステップの量を設定します。
 
- 
 - 
コンストラクタの詳細- 
IntegerSpinnerValueFactorypublic IntegerSpinnerValueFactory(int min, int max)初期値をminの値と等しい値に設定し、amountToStepByをデフォルトの1に設定して、新しいIntegerSpinnerValueFactoryを構築します。- パラメータ:
- min- Spinnerの最小許容integer値。
- max- Spinnerの最大許容integer値。
 
 - 
IntegerSpinnerValueFactorypublic IntegerSpinnerValueFactory(int min, int max, int initialValue)amountToStepByをデフォルトの1にして、新しいIntegerSpinnerValueFactoryを構築します。- パラメータ:
- min- Spinnerの最小許容integer値。
- max- Spinnerの最大許容integer値。
- initialValue- 最初のインスタンス化時のSpinnerの値はmin引数とmax引数の範囲内にある必要があり、そうでない場合はminの値が使用されます。
 
 - 
IntegerSpinnerValueFactorypublic IntegerSpinnerValueFactory(int min, int max, int initialValue, int amountToStepBy)新しいIntegerSpinnerValueFactoryを構築します。- パラメータ:
- min- Spinnerの最小許容integer値。
- max- Spinnerの最大許容integer値。
- initialValue- 最初のインスタンス化時のSpinnerの値はmin引数とmax引数の範囲内にある必要があり、そうでない場合はminの値が使用されます。
- amountToStepBy- 増分または減分するステップの量。
 
 
- 
 - 
メソッドの詳細- 
setMinpublic final void setMin(int value) プロパティminの値を設定します。- プロパティの説明:
- *プロパティ* *
 
 - 
getMinpublic final int getMin() プロパティminの値を取得します。- プロパティの説明:
- *プロパティ* *
 
 - 
minPropertypublic final IntegerProperty minProperty() この値ファクトリの最小許容値を設定します。- 戻り値:
- この値ファクトリの最小許容値
 
 - 
setMaxpublic final void setMax(int value) プロパティmaxの値を設定します。- プロパティの説明:
- この値ファクトリの最大許容値を設定します
 
 - 
getMaxpublic final int getMax() プロパティmaxの値を取得します。- プロパティの説明:
- この値ファクトリの最大許容値を設定します
 
 - 
maxPropertypublic final IntegerProperty maxProperty() この値ファクトリの最大許容値を設定します- 関連項目:
- getMax()、- setMax(int)
 
 - 
setAmountToStepBypublic final void setAmountToStepBy(int value) プロパティamountToStepByの値を設定します。- プロパティの説明:
- 増分または減分するステップの量を設定します。
 
 - 
getAmountToStepBypublic final int getAmountToStepBy() プロパティamountToStepByの値を取得します。- プロパティの説明:
- 増分または減分するステップの量を設定します。
 
 - 
amountToStepByPropertypublic final IntegerProperty amountToStepByProperty() 増分または減分するステップの量を設定します。
 
- 
 
-