Exemplo n.º 1
0
 /**
  * Test whether the document is in memory, or whether loading is still in progress.
  *
  * @return <code>true</code> if document is loaded
  */
 public boolean isDocumentLoaded() {
   return del.isDocumentLoaded();
 }