< prev index next >

modules/graphics/src/main/java/javafx/scene/input/MouseEvent.java

Print this page

        

*** 281,292 **** return e; } /** * Creates a copy of the given event with the given fields substituted. ! * @param source the new source of the copied event ! * @param target the new target of the copied event * @param eventType the new eventType * @return the event copy with the fields substituted * @since JavaFX 8.0 */ public MouseEvent copyFor(Object newSource, EventTarget newTarget, EventType<? extends MouseEvent> eventType) { --- 281,292 ---- return e; } /** * Creates a copy of the given event with the given fields substituted. ! * @param newSource the new source of the copied event ! * @param newTarget the new target of the copied event * @param eventType the new eventType * @return the event copy with the fields substituted * @since JavaFX 8.0 */ public MouseEvent copyFor(Object newSource, EventTarget newTarget, EventType<? extends MouseEvent> eventType) {
< prev index next >