Uses of Class
javax.swing.AbstractSpinnerModel
Package | Description |
---|---|
javax.swing |
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
|
-
Uses of AbstractSpinnerModel in javax.swing
Subclasses of AbstractSpinnerModel in javax.swing Modifier and Type Class Description class
SpinnerDateModel
ASpinnerModel
for sequences ofDate
s.class
SpinnerListModel
A simple implementation ofSpinnerModel
whose values are defined by an array or aList
.class
SpinnerNumberModel
ASpinnerModel
for sequences of numbers.