API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. SpinnerModel View Source
Author(s)
Hans Muller
Since
1.4
Version
1.7 11/17/05
Serial
Hierarchy
 SpinnerModel
Subinterfaces
Description
public interface SpinnerModel
  A model for a potentially unbounded sequence of object values.
Methods
Hide/Show inherited methods
public void addChangeListener (ChangeListener l)
  Adds a ChangeListener to the model's listener list.
public Object getNextValue ()
  Return the object in the sequence that comes after the object returned by getValue().
public Object getPreviousValue ()
  Return the object in the sequence that comes before the object returned by getValue().
public Object getValue ()
  The current element of the sequence.
public void removeChangeListener (ChangeListener l)
  Removes a ChangeListener from the model's listener list.
public void setValue (Object value)
  Changes current value of the model, typically this value is displayed by the editor part of a JSpinner.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar