EditConfigAttributes.CELL_EDITOR, comboBoxCellEditor,
DisplayMode.EDIT, _447_EditorExample.COLUMN_THIRTEEN_LABEL);
configRegistry.registerConfigAttribute(
CellConfigAttributes.CELL_PAINTER, new PaddingDecorator(
new ComboBoxPainter(GUIHelper.getImage("plus")), 0,
2, 0, 0), DisplayMode.NORMAL,
_447_EditorExample.COLUMN_THIRTEEN_LABEL);
}