Ejemplo n.º 1
0
 private boolean needsLoading(final TreeItem item) {
   return item.getChildCount() == 1 && LAZY_LOAD.equals(item.getChild(0).getText());
 }