borland Packages Class Hierarchy dbswing Package Index
java.lang.Object +----com.sun.java.swing.AbstractListModel +----borland.dbswing.dbListModel +----borland.dbswing.dbNavComboBoxModel
Variables Constructors Properties Methods Event Listeners
Implements DataChangeListener, ComboBoxModel, ListModel, Serializable, EventListener
The dbNavComboBoxModel 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 dbNavComboBoxModel(borland.jbcl.dataset.DataSet dataSet, java.lang.String columnName, java.awt.Component component)Constructs a dbNavComboBoxModel object with properties as specified by its parameters.
Parameters:
public Object getSelectedItem() public void setSelectedItem(java.lang.Object anObject)Specifies the selected item in the dbNavComboBoxModel object.
public void addListDataListener(com.sun.java.swing.event.ListDataListener ) public void removeListDataListener(com.sun.java.swing.event.ListDataListener )