A combo box cell for use with strings, providing optional support for entering arbitrary text and adding that text to the drop down.
To enable the user to enter arbitrary text in the combo box text field, set the
force selection property to true using {@link #setForceSelection(boolean)}.
To add user entered text to the combo box drop down, set the
add user values property to true using {@link #setAddUserValues(boolean)}.