< prev index next >

modules/javafx.graphics/src/main/java/javafx/scene/Node.java

Print this page
rev 10598 : 8185767: Fix broken links in Javadocs

@@ -2424,11 +2424,11 @@
     }
 
     /**
      * Defines a function to be called when the mouse button is released
      * on this {@code Node} during drag and drop gesture. Transfer of data from
-     * the {@link DragEvent}'s {@link DragEvent#dragboard dragboard} should
+     * the {@link DragEvent}'s {@link DragEvent#getDragboard() dragboard} should
      * happen in this function.
      * @return the event handler that is called when the mouse button is
      * released on this {@code Node}
      */
     public final ObjectProperty<EventHandler<? super DragEvent>>
< prev index next >