@Override
 public boolean isPositionedAboveCaret() {
   return myUi != null && myUi.isPositionedAboveCaret();
 }