Lines Matching defs:SpinnerNumberModel
50 * To create a <code>SpinnerNumberModel</code> for the integer
58 * SpinnerNumberModel model = new SpinnerNumberModel(value, min, max, step);
66 * SpinnerNumberModel model = new SpinnerNumberModel(50, 0, 100, 1);
83 public class SpinnerNumberModel extends AbstractSpinnerModel implements Serializable
119 public SpinnerNumberModel(Number value, Comparable minimum, Comparable maximum, Number stepSize) {
135 * Constructs a <code>SpinnerNumberModel</code> with the specified
146 public SpinnerNumberModel(int value, int minimum, int maximum, int stepSize) {
152 * Constructs a <code>SpinnerNumberModel</code> with the specified
163 public SpinnerNumberModel(double value, double minimum, double maximum, double stepSize) {
169 * Constructs a <code>SpinnerNumberModel</code> with no
173 public SpinnerNumberModel() {