@Override
 public void cancelCellEditing() {
   super.cancelCellEditing();
   requestFocusToTree();
 }