All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sun.java.swing.ComboBoxDataModel

public interface ComboBoxDataModel
extends ListDataModel
ComboBoxDataModel is a ListDataModel with a selected object This selectedObject is in the model since the selected object is not always in the list


Method Index

 o getCurrentValue()
 o setCurrentValue(Object)

Methods

 o setCurrentValue
 public abstract void setCurrentValue(Object anObject)
 o getCurrentValue
 public abstract Object getCurrentValue()

All Packages  Class Hierarchy  This Package  Previous  Next  Index