public boolean isCellEditable(int row, int column) {
   return tableModel.isCellEditable(modelIndex(row), column);
 }