Liking cljdoc? Tell your friends :D

jdk.awt.dnd.DropTargetEvent

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.
raw docstring

->drop-target-eventclj

(->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.
raw docstring

get-drop-target-contextclj

(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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close