@Override
 public boolean shouldSelectCell(EventObject arg0) {
   return myProxiedEditor.shouldSelectCell(arg0);
 }