private boolean checkEnabledEditor() {
   return fEditor != null && SelectionConverter.canOperateOn(fEditor);
 }