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.


Nested Class Summary
static class NSDraggingInfo._class_
           
static interface NSDraggingInfo._static_
           
 
Field Summary
static NSDraggingInfo._class_ _CLASS_
           
 
Method Summary
 NSImage draggedImage()
           
 NSObject draggedImageLocation()
           
 NSWindow draggingDestinationWindow()
           
 NSObject draggingLocation()
           
 NSPasteboard draggingPasteboard()
           
 int draggingSequenceNumber()
           
 NSObject draggingSource()
           
 int draggingSourceOperationMask()
           
 NSArray namesOfPromisedFilesDroppedAtDestination(NSURL dropDestination)
           
 

Field Detail

_CLASS_

static final NSDraggingInfo._class_ _CLASS_
Method Detail

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)