API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. ComboBoxModel View Source
Author(s)
Arnaud Weber
Since
Version
1.16 11/17/05
Serial
Hierarchy
 ListModel
      ComboBoxModel
Subinterfaces
Description
public interface ComboBoxModel
  A data model for a combo box.
See also:   
Methods
Hide/Show inherited methods
public Object getSelectedItem ()
  Returns the selected item
public void setSelectedItem (Object anItem)
  Set the selected item.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar