@Override
 public boolean stopCellEditing() {
   editorPanel.updateObject();
   return true;
 }