Is the base interface of combo box components.
Items of combo boxes are not editable "in place", for instance a call
to
ItsNatComboBox.setItsNatListCellEditor(ItsNatListCellEditor) throws an
org.itsnat.core.ItsNatException .
By default this component type uses a javax.swing.DefaultComboBoxModel
data model.
When the selection item changes the component notifies to all
java.awt.event.ItemListener listeners registered (this component
implements java.awt.ItemSelectable ).
author: Jose Maria Arranz Santamaria |