comboBox = cb;
this.converter = converter;
comboListener = new ComboListener();
comboBox.addActionListener(comboListener);
comboBox.addPropertyChangeListener("model", comboListener);
support = new SelectionSourceWidgetSupport(this, comboBox);
converter = SelectionConverter.TRIVIAL;
readCurrentSelectionFromComboBox();
}