Example usage for Java javax.swing SpinnerListModel fields, constructors, methods, implement or subclass
The text is from its open source code.
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 . |
List> | getList() Returns the List that defines the sequence for this model. |