< prev index next >

modules/javafx.base/src/main/java/javafx/beans/binding/package.html

Print this page
rev 10443 : 8177341: Fix typos in FX API docs
Reviewed-by:

@@ -3,10 +3,12 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>javafx.beans.binding</title>
 </head>
 <body>
+    <p>Provides classes that create and operate on a {@link Binding Binding}
+        that calculates a value that depends on one or more sources.</p>
         <h1>Characteristics of Bindings</h1>
         <p>Bindings are assembled from one or more sources, usually called
                 their dependencies. A binding observes its dependencies for changes
                 and updates its own value according to changes in the dependencies.</p>
         <p>Almost all bindings defined in this library require
< prev index next >