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
-
getCurrentValue()
-
-
setCurrentValue(Object)
-
setCurrentValue
public abstract void setCurrentValue(Object anObject)
getCurrentValue
public abstract Object getCurrentValue()
All Packages Class Hierarchy This Package Previous Next Index