boot-fx/src/main/java/net/java/html/boot/fx/package.html
author Jaroslav Tulach <jaroslav.tulach@netbeans.org>
Fri, 07 Feb 2014 07:44:34 +0100
changeset 551 7ca2253fa86d
parent 539 34ac2a0d4879
permissions -rw-r--r--
Updating copyright headers to mention current year
jaroslav@538
     1
<!--
jaroslav@538
     2
jaroslav@538
     3
    DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
jaroslav@538
     4
jaroslav@551
     5
    Copyright 2013-2014 Oracle and/or its affiliates. All rights reserved.
jaroslav@538
     6
jaroslav@538
     7
    Oracle and Java are registered trademarks of Oracle and/or its affiliates.
jaroslav@538
     8
    Other names may be trademarks of their respective owners.
jaroslav@538
     9
jaroslav@538
    10
    The contents of this file are subject to the terms of either the GNU
jaroslav@538
    11
    General Public License Version 2 only ("GPL") or the Common
jaroslav@538
    12
    Development and Distribution License("CDDL") (collectively, the
jaroslav@538
    13
    "License"). You may not use this file except in compliance with the
jaroslav@538
    14
    License. You can obtain a copy of the License at
jaroslav@538
    15
    http://www.netbeans.org/cddl-gplv2.html
jaroslav@538
    16
    or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
jaroslav@538
    17
    specific language governing permissions and limitations under the
jaroslav@538
    18
    License.  When distributing the software, include this License Header
jaroslav@538
    19
    Notice in each file and include the License file at
jaroslav@538
    20
    nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
jaroslav@538
    21
    particular file as subject to the "Classpath" exception as provided
jaroslav@538
    22
    by Oracle in the GPL Version 2 section of the License file that
jaroslav@538
    23
    accompanied this code. If applicable, add the following below the
jaroslav@538
    24
    License Header, with the fields enclosed by brackets [] replaced by
jaroslav@538
    25
    your own identifying information:
jaroslav@538
    26
    "Portions Copyrighted [year] [name of copyright owner]"
jaroslav@538
    27
jaroslav@538
    28
    Contributor(s):
jaroslav@538
    29
jaroslav@538
    30
    The Original Software is NetBeans. The Initial Developer of the Original
jaroslav@551
    31
    Software is Oracle. Portions Copyright 2013-2014 Oracle. All Rights Reserved.
jaroslav@538
    32
jaroslav@538
    33
    If you wish your version of this file to be governed by only the CDDL
jaroslav@538
    34
    or only the GPL Version 2, indicate your decision by adding
jaroslav@538
    35
    "[Contributor] elects to include this software in this distribution
jaroslav@538
    36
    under the [CDDL or GPL Version 2] license." If you do not indicate a
jaroslav@538
    37
    single choice of license, a recipient has the option to distribute
jaroslav@538
    38
    your version of this file under either the CDDL, the GPL Version 2 or
jaroslav@538
    39
    to extend the choice of license to its licensees as provided above.
jaroslav@538
    40
    However, if you add GPL Version 2 code and therefore, elected the GPL
jaroslav@538
    41
    Version 2 license, then the option applies only if the new code is
jaroslav@538
    42
    made subject to such option by the copyright holder.
jaroslav@538
    43
jaroslav@538
    44
-->
jaroslav@538
    45
<body>
jaroslav@538
    46
    <p>
jaroslav@539
    47
        Implementation of {@link net.java.html.boot.BrowserBuilder} that renders
jaroslav@539
    48
        using JavaFX WebView and additional {@link net.java.html.boot.fx.FXBrowsers utilities} 
jaroslav@539
    49
        to configure individual WebViews.
jaroslav@538
    50
    </p>
jaroslav@538
    51
</body>