public class SpinnerBigIntegerModel extends SpinnerTypedNumberModel<BigInteger>
SpinnerNumberModel for BigInteger values.listenerList| Constructor and Description |
|---|
SpinnerBigIntegerModel(BigInteger value,
Comparable<BigInteger> min,
Comparable<BigInteger> max,
BigInteger stepSize) |
| Modifier and Type | Method and Description |
|---|---|
protected BigInteger |
stepDown() |
protected BigInteger |
stepUp() |
getMaximum, getMinimum, getNextValue, getNumber, getPreviousValue, getStepSize, getValue, setMaximum, setMinimum, setStepSize, setValueaddChangeListener, fireStateChanged, getChangeListeners, getListeners, removeChangeListenerpublic SpinnerBigIntegerModel(BigInteger value, Comparable<BigInteger> min, Comparable<BigInteger> max, BigInteger stepSize)
protected BigInteger stepUp()
stepUp in class SpinnerTypedNumberModel<BigInteger>protected BigInteger stepDown()
stepDown in class SpinnerTypedNumberModel<BigInteger>Copyright © 2015–2022 SciJava. All rights reserved.