Exemple #1
0
 /** {@inheritDoc} */
 @Override
 public Document getDelegee() {
   final Window w = (Window) webWindow_.getScriptObject();
   return w.getDocument();
 }