Uses of Interface javax.swing.SpinnerModel

Uses in package javax.swing

Classes implementing javax.swing.SpinnerModel

class
Provides standard implementations for some of the methods in SpinnerModel.
class
SpinnerDateModel Implements a SpinnerModel for dates, rotating a calendar field such as month, year, day, week, hour, minute.
class
An implementation of SpinnerModel which uses the values contained within a list or an array.
class
SpinnerNumberModel

Constructors with parameter type javax.swing.SpinnerModel

Creates a JSpinner with the specific model and sets the default editor

Methods with parameter type javax.swing.SpinnerModel

JComponent
Creates an editor for this JSpinner.
void
Sets a new underlying model.

Methods with return type javax.swing.SpinnerModel

SpinnerModel
Gets the underly model.