A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.oracle.com/javase/8/docs/api/javax/swing/SpinnerModel.html below:

SpinnerModel (Java Platform SE 8 )

A model for a potentially unbounded sequence of object values. This model is similar to

ListModel

however there are some important differences:

A SpinnerModel has three properties, only the first is read/write.

value
The current element of the sequence.
nextValue
The following element or null if value is the last element of the sequence.
previousValue
The preceding element or null if value is the first element of the sequence.

When the the

value

property changes,

ChangeListeners

are notified.

SpinnerModel

may choose to notify the

ChangeListeners

under other circumstances.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4