historicLogTable.getColumnModel().getColumn(1).setMaxWidth(ACTION_WIDTH);
historicLogTable.getColumnModel().getColumn(1).setResizable(false);
historicLogTable.getColumnModel().getColumn(1)
.setCellRenderer(new CellHistoricEventRenderer());
historicLogTable.getColumnModel().getColumn(1)
.setCellEditor(new CellHistoricEventEditor(this));
historicLogTable.getColumnModel().getColumn(2).setMinWidth(NAME_WIDTH);
historicLogTable.getColumnModel().getColumn(2).setMaxWidth(NAME_WIDTH);
historicLogTable.getColumnModel().getColumn(2).setResizable(false);