@Nullable
 public final Window suggestParentWindow(@Nullable final Project project) {
   return myWindowWatcher.suggestParentWindow(project);
 }