예제 #1
0
 public boolean isCellEditable(int row, int column) {
   return tableModel.isCellEditable(modelIndex(row), column);
 }