< prev index next >

modules/javafx.base/src/main/java/javafx/beans/binding/ObjectExpression.java

Print this page

        

@@ -55,10 +55,11 @@
      * {@code ObservableObjectValue} is already an {@code ObjectExpression}, it
      * will be returned. Otherwise a new
      * {@link javafx.beans.binding.ObjectBinding} is created that is bound to
      * the {@code ObservableObjectValue}.
      *
+     * @param <T> the type of the wrapped {@code Object}
      * @param value
      *            The source {@code ObservableObjectValue}
      * @return A {@code ObjectExpression} that wraps the
      *         {@code ObservableObjectValue} if necessary
      * @throws NullPointerException

@@ -204,10 +205,11 @@
      * The result is formatted according to the formatting {@code String} and
      * the passed in {@code Locale}. See {@code java.util.Formatter} for
      * formatting rules. See {@code java.util.Locale} for details on
      * {@code Locale}.
      *
+     * @param locale to be used
      * @param format
      *            the formatting {@code String}
      * @return the new {@code StringBinding}
      * @since JavaFX 8.0
      */
< prev index next >