Exemple #1
0
 /**
  * Check whether there is currently some asynch loading of children still going on.
  *
  * @return true if background thread is still loading any children.
  */
 public synchronized boolean isLoading() {
   return childFactory.isLoading();
 }