public CellEditorForAttributeTable setCellEditor(
Collection<String> nameAttr,
CayenneTable table) {
this.table = table;
this.cellEditor = new CellEditorForAttributeTable(table, CayenneWidgetFactory
.createComboBox(nameAttr, true));
return cellEditor;
}