Accepts this DragEvent, choosing the transfer mode for the drop operation.
Indicates if this event has been accepted.
Gets transfer mode accepted by potential target.
Marks this Event as consumed.
Marks this Event as consumed. This stops its further propagation.
Indicates whether this Event has been consumed by any filter or handler.
Indicates whether this Event has been consumed by any filter or handler.
Creates and returns a copy of this event with the specified event source and target.
Creates and returns a copy of this event with the specified event source and target.
JavaFX object to be wrapped.
JavaFX object to be wrapped.
A dragboard that is available to transfer data.
Whether setDropCompleted(true) has been called on this event.
Indicates that transfer handling of this DragEvent was completed successfully during a DRAG_DROPPED event handler.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
Gets the event type of this event.
Gets the event type of this event.
The source object of the drag and drop gesture.
The target object of the drag and drop gesture.
The delegate hashcode
Returns horizontal position of the event relative to the origin of the Scene that contains the DragEvent's source.
Returns vertical position of the event relative to the origin of the Scene that contains the DragEvent's source.
Returns absolute horizontal position of the event.
Returns absolute vertical position of the event.
Returns the object on which the Event initially occurred.
Returns the object on which the Event initially occurred.
Returns the event target of this event.
Returns the event target of this event.
Returns the original delegate's toString()
adding a [SFX]
prefix.
Data transfer mode.
Horizontal position of the event relative to the origin of the DragEvent's source.
Vertical position of the event relative to the origin of the DragEvent's source.