Wrapper for JList components.
This class provides means for checking the contents and selection of the list,
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
ListBox.setCellValueConverter(ListBoxCellValueConverter) method and providing
a new
ListBoxCellValueConverter implementation.
A
DefaultListBoxCellValueConverter is set up by default.