Where Am I? Class Hierarchy (JFC) All Classes (JFC)

Interface com.sun.java.swing.ComboBoxModel

public interface ComboBoxModel
extends ListModel

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


Method Index

getSelectedItem()
Return the selected item
setSelectedItem(Object)
Set the selected item

Methods

setSelectedItem
 public abstract void setSelectedItem(Object anItem)
Set the selected item

getSelectedItem
 public abstract Object getSelectedItem()
Return the selected item


Where Am I? Class Hierarchy (JFC) All Classes (JFC)