if (newComponent instanceof AutoResizingComboBox) {
AutoResizingComboBox box = (AutoResizingComboBox)newComponent;
topLevelManager.bindComponent(box, BindingManager.getDataObjectPath(origComponent), ElementList.get(box));
}
else if (newComponent instanceof PaletteList) {
PaletteList list = (PaletteList)newComponent;
topLevelManager.bindComponent(list, BindingManager.getDataObjectPath(origComponent), ElementList.get(list));
}
else if (newComponent instanceof RadioList) {
RadioList list = (RadioList)newComponent;
topLevelManager.bindComponent(list, BindingManager.getDataObjectPath(origComponent), ElementList.get(list));