@Override
 public boolean isModified() {
   return myEditor != null && myEditor.isModified();
 }