ListModel
however there are some important differences: A SpinnerModel
has three properties, only the first is read/write.
value
nextValue
value
is the last element of the sequence. previousValue
value
is the first element of the sequence. value
property changes, ChangeListeners
are notified. SpinnerModel
may choose to notify the ChangeListeners
under other circumstances.
@see JSpinner
@see AbstractSpinnerModel
@see SpinnerListModel
@see SpinnerNumberModel
@see SpinnerDateModel
@author Hans Muller
@since 1.4
|
|