I am trying to create a ComboBox that will display a preview of selected Image, but the ComboBox displays the string value instead.
ComboBox
Image
You can specify the buttonCellProperty of the ComboBox:
comboBox.setButtonCell(new StatusListCell());
The button cell is used to render what is shown in the ComboBox 'button' area.