@Override
 public IStatus undo(IProgressMonitor monitor, IAdaptable info) throws ExecutionException {
   for (NodeContentPart neighborPart : shownNeighbors) {
     hidingModel.hide(neighborPart);
     neighborPart.deactivate();
   }
   return Status.OK_STATUS;
 }