@Override
 public boolean isPopupDisplayed() {
   return myCurrentPopup != null && myCurrentPopup.isVisible();
 }