Beispiel #1
0
 public boolean isEmptyLine() {
   if (getChildrenCount() > 0) {
     return false;
   }
   return lineParent.isEmptyLine();
 }