borland Packages  Class Hierarchy  dbswing Package  Index 

NullComboBoxModel class

java.lang.Object
   +----com.sun.java.swing.AbstractListModel
           +----borland.dbswing.NullComboBoxModel

About the NullComboBoxModel class

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.


NullComboBoxModel variables

Variables implemented in com.sun.java.swing.AbstractListModel

NullComboBoxModel properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

NullComboBoxModel methods

Methods implemented in this class

Methods implemented in com.sun.java.swing.AbstractListModel

Methods implemented in java.lang.Object

NullComboBoxModel event listeners


NullComboBoxModel properties

selectedItem

 public Object getSelectedItem()
 public void setSelectedItem(java.lang.Object item)
Specifies the selected item in the NullComboBoxModel.

size

 public int getSize()
Read-only property that returns the size of the NullComboBoxModel.

NullComboBoxModel event listeners

This class is a source for the following event sets.

listData

 public void addListDataListener(com.sun.java.swing.event.ListDataListener )
 public void removeListDataListener(com.sun.java.swing.event.ListDataListener )