Java javax.swing SpinnerListModel fields, constructors, methods, implement or subclass

Example usage for Java javax.swing SpinnerListModel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing SpinnerListModel.

The text is from its open source code.

Subclass

javax.swing.SpinnerListModel has subclasses.
Click this link to see all its subclasses.

Constructor

SpinnerListModel(List values)
Constructs a SpinnerModel whose sequence of values is defined by the specified List.
SpinnerListModel(Object[] values)
Constructs a SpinnerModel whose sequence of values is defined by the specified array.
SpinnerListModel()
Constructs an effectively empty SpinnerListModel.

Method

ListgetList()
Returns the List that defines the sequence for this model.