Wrapper for JComboBox components.
This class provides means for checking the contents and selection of the comboBox,
changing the selection, etc. For all these methods, when using String values,
the means of retrieving a String representation of the displayed values can be customized
using the
ComboBox.setCellValueConverter(ListBoxCellValueConverter) method and providing
a new
ListBoxCellValueConverter implementation.
A
DefaultListBoxCellValueConverter is set up by default.