org.rococoa.cocoa.appkit.protocols
Interface NSDraggingInfo
public interface NSDraggingInfo
protocol for the sender argument of the messages sent to a drag destination. The view or
window that registered dragging types sends these messages as dragging is
happening to find out details about that session of dragging.
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
_CLASS_
static final NSDraggingInfo._class_ _CLASS_
draggingDestinationWindow
NSWindow draggingDestinationWindow()
draggingSourceOperationMask
int draggingSourceOperationMask()
draggingLocation
NSObject draggingLocation()
draggedImageLocation
NSObject draggedImageLocation()
draggedImage
NSImage draggedImage()
draggingPasteboard
NSPasteboard draggingPasteboard()
draggingSource
NSObject draggingSource()
draggingSequenceNumber
int draggingSequenceNumber()
namesOfPromisedFilesDroppedAtDestination
NSArray namesOfPromisedFilesDroppedAtDestination(NSURL dropDestination)