return natTable;
}
private void addButtonToColumn(IConfigRegistry configRegistry,
Composite parent) {
buttonPainter = new ButtonCellPainter(new CellPainterDecorator(
new TextPainter(), CellEdgeEnum.RIGHT, new ImagePainter(
GUIHelper.getImage("preferences"))));
configRegistry.registerConfigAttribute(
CellConfigAttributes.CELL_PAINTER, buttonPainter,