JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util.swing
Interface JCSpinBoxModel

All Superinterfaces:
ComboBoxModel, ListModel
All Known Subinterfaces:
JCSpinBoxMutableModel
All Known Implementing Classes:
DefaultSpinBoxModel

public interface JCSpinBoxModel
extends ComboBoxModel

A data model for JCSpinBox modeled after javax.swing.ComboBoxModel.

JCSpinBoxModel is a ListDataModel with a selected item. This selected item is in the model since it is not always in the item list.


Methods inherited from interface javax.swing.ComboBoxModel
getSelectedItem, setSelectedItem
 
Methods inherited from interface javax.swing.ListModel
addListDataListener, getElementAt, getSize, removeListDataListener
 


Copyright © 2004 Quest Software Inc..
All rights reserved.