コード例 #1
0
 private static boolean isEmptyEdit(TextEdit edit) {
   return edit.getClass() == MultiTextEdit.class && !edit.hasChildren();
 }