Liking cljdoc? Tell your friends :D

javax.swing.TransferHandler$DropLocation

Represents a location where dropped data should be inserted. This is a base class that only encapsulates a point. Components supporting drop may provide subclasses of this containing more information.

Developers typically shouldn't create instances of, or extend, this class. Instead, these are something provided by the DnD implementation by TransferSupport instances and by components with a getDropLocation() method.

Represents a location where dropped data should be inserted.
This is a base class that only encapsulates a point.
Components supporting drop may provide subclasses of this
containing more information.

Developers typically shouldn't create instances of, or extend, this
class. Instead, these are something provided by the DnD
implementation by TransferSupport instances and by
components with a getDropLocation() method.
raw docstring

get-drop-pointclj

(get-drop-point this)

Returns the drop point, representing the mouse's current location within the component.

returns: the drop point. - java.awt.Point

Returns the drop point, representing the mouse's
 current location within the component.

returns: the drop point. - `java.awt.Point`
raw docstring

to-stringclj

(to-string this)

Returns a string representation of this drop location. This method is intended to be used for debugging purposes, and the content and format of the returned string may vary between implementations.

returns: a string representation of this drop location - java.lang.String

Returns a string representation of this drop location.
 This method is intended to be used for debugging purposes,
 and the content and format of the returned string may vary
 between implementations.

returns: a string representation of this drop location - `java.lang.String`
raw docstring

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

× close