borland Packages Class Hierarchy dbswing Package Index
java.lang.Object +----com.sun.java.swing.AbstractListModel +----borland.dbswing.NullComboBoxModel
Variables Properties Methods Event Listeners
Implements ComboBoxModel, ListModel, Serializable
The NullComboBoxModel class extends the ComboBoxDataModel implementation of its superclass with the capability to connect to a JBCL DataSet component, and return the selected Object in the list.
public Object getSelectedItem() public void setSelectedItem(java.lang.Object item)Specifies the selected item in the NullComboBoxModel.
public int getSize()Read-only property that returns the size of the NullComboBoxModel.
public void addListDataListener(com.sun.java.swing.event.ListDataListener ) public void removeListDataListener(com.sun.java.swing.event.ListDataListener )