コード例 #1
0
 private boolean checkEnabledEditor() {
   return fEditor != null && SelectionConverter.canOperateOn(fEditor);
 }