|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractSpinnerModel
javax.swing.SpinnerNumberModel
org.gscg.common.gui.components.interactivespinner.SpinnerNumberModel
(c) copyright 2005 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX
Delft, the Netherlands. All rights reserved.
See for project information
www.simulation.tudelft.nl .
The source code and binary code of this software are proprietary information
of Delft University of Technology.
Field Summary |
Fields inherited from class javax.swing.AbstractSpinnerModel |
listenerList |
Constructor Summary | |
SpinnerNumberModel()
constructs a new SpinnerNumberModel |
|
SpinnerNumberModel(double value,
double minimum,
double maximum,
double stepSize)
constructs a new SpinnerNumberModel |
|
SpinnerNumberModel(int value,
int minimum,
int maximum,
int stepSize)
constructs a new SpinnerNumberModel |
|
SpinnerNumberModel(java.lang.Number value,
java.lang.Comparable minimum,
java.lang.Comparable maximum,
java.lang.Number stepSize)
constructs a new SpinnerNumberModel |
Methods inherited from class javax.swing.SpinnerNumberModel |
getMaximum, getMinimum, getNextValue, getNumber, getPreviousValue, getStepSize, getValue, setMaximum, setMinimum, setStepSize, setValue |
Methods inherited from class javax.swing.AbstractSpinnerModel |
addChangeListener, fireStateChanged, getChangeListeners, getListeners, removeChangeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SpinnerNumberModel()
public SpinnerNumberModel(double value, double minimum, double maximum, double stepSize)
value
- the valueminimum
- the minimummaximum
- the maximumstepSize
- the step sizepublic SpinnerNumberModel(int value, int minimum, int maximum, int stepSize)
value
- the valueminimum
- the minimummaximum
- the maximumstepSize
- the step sizepublic SpinnerNumberModel(java.lang.Number value, java.lang.Comparable minimum, java.lang.Comparable maximum, java.lang.Number stepSize)
value
- the valueminimum
- the minimummaximum
- the maximumstepSize
- the step size
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |