Example usage for Java javax.swing SpinnerModel fields, constructors, methods, implement or subclass
The text is from its open source code.
void | addChangeListener(ChangeListener l) Adds a ChangeListener to the model's listener list. |
Object | getValue() The current element of the sequence. |
String | toString() Returns a string representation of the object. |