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, setValue
addChangeListener, fireStateChanged, getChangeListeners, getListeners, removeChangeListener
public 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.