More links to other classes from Javadoc
authorJaroslav Tulach <jaroslav.tulach@netbeans.org>
Tue, 22 Jul 2014 06:30:19 +0200
changeset 7528991f98456e7
parent 751 618f9d75814b
child 753 a1f19913be01
More links to other classes from Javadoc
boot-fx/src/main/java/net/java/html/boot/fx/FXBrowsers.java
     1.1 --- a/boot-fx/src/main/java/net/java/html/boot/fx/FXBrowsers.java	Tue Jul 22 06:27:57 2014 +0200
     1.2 +++ b/boot-fx/src/main/java/net/java/html/boot/fx/FXBrowsers.java	Tue Jul 22 06:30:19 2014 +0200
     1.3 @@ -128,7 +128,7 @@
     1.4      }
     1.5      
     1.6      /** Executes a code inside of provided {@link WebView}. This method
     1.7 -     * associates the execution context with provided browser,
     1.8 +     * associates the {@link BrwsrCtx execution context} with provided browser,
     1.9       * so the {@link JavaScriptBody} annotations know where to execute
    1.10       * their JavaScript bodies.
    1.11       * The code is going to be executed synchronously
    1.12 @@ -140,7 +140,7 @@
    1.13       * provided by the <code>load</code> methods in this class.
    1.14       * 
    1.15       * @param webView the web view previously prepared by one of the <code>load</code>
    1.16 -     *   in this class
    1.17 +     *   methods in this class
    1.18       * @param code the code to execute
    1.19       * @throws IllegalArgumentException if the web view was not properly
    1.20       *   initialized