The DropTargetEvent is the base class for both the DropTargetDragEvent and the DropTargetDropEvent. It encapsulates the current state of the Drag and Drop operations, in particular the current DropTargetContext.
The DropTargetEvent is the base class for both the DropTargetDragEvent and the DropTargetDropEvent. It encapsulates the current state of the Drag and Drop operations, in particular the current DropTargetContext.
(->drop-target-event dtc)
Constructor.
Construct a DropTargetEvent object with the specified DropTargetContext.
dtc - The DropTargetContext - java.awt.dnd.DropTargetContext
throws: java.lang.NullPointerException - if dtc equals null.
Constructor. Construct a DropTargetEvent object with the specified DropTargetContext. dtc - The DropTargetContext - `java.awt.dnd.DropTargetContext` throws: java.lang.NullPointerException - if dtc equals null.
(get-drop-target-context this)
This method returns the DropTargetContext associated with this DropTargetEvent.
returns: the DropTargetContext - java.awt.dnd.DropTargetContext
This method returns the DropTargetContext associated with this DropTargetEvent. returns: the DropTargetContext - `java.awt.dnd.DropTargetContext`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close