|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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_ |
_NSCLASS_
|
Method Summary | |
---|---|
NSImage |
draggedImage()
Original signature : -(NSImage*)draggedImage native declaration : NSDragging.h:41 |
NSObject |
draggedImageLocation()
Original signature : -(id)draggedImageLocation native declaration : NSDragging.h:40 |
NSWindow |
draggingDestinationWindow()
Original signature : -(NSWindow*)draggingDestinationWindow native declaration : NSDragging.h:37 |
NSObject |
draggingLocation()
Original signature : -(id)draggingLocation native declaration : NSDragging.h:39 |
NSPasteboard |
draggingPasteboard()
Original signature : -(NSPasteboard*)draggingPasteboard native declaration : NSDragging.h:42 |
NSInteger |
draggingSequenceNumber()
Original signature : -(NSInteger)draggingSequenceNumber native declaration : NSDragging.h:44 |
NSObject |
draggingSource()
Original signature : -(id)draggingSource native declaration : NSDragging.h:43 |
NSUInteger |
draggingSourceOperationMask()
Original signature : -(NSDragOperation)draggingSourceOperationMask native declaration : NSDragging.h:38 |
NSArray |
namesOfPromisedFilesDroppedAtDestination(NSURL dropDestination)
Original signature : -(NSArray*)namesOfPromisedFilesDroppedAtDestination:(NSURL*) native declaration : NSDragging.h:47 |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Field Detail |
---|
static final NSDraggingInfo._class_ _NSCLASS_
Method Detail |
---|
NSWindow draggingDestinationWindow()
-(NSWindow*)draggingDestinationWindow
NSUInteger draggingSourceOperationMask()
-(NSDragOperation)draggingSourceOperationMask
NSObject draggingLocation()
-(id)draggingLocation
NSObject draggedImageLocation()
-(id)draggedImageLocation
NSImage draggedImage()
-(NSImage*)draggedImage
NSPasteboard draggingPasteboard()
-(NSPasteboard*)draggingPasteboard
NSObject draggingSource()
-(id)draggingSource
NSInteger draggingSequenceNumber()
-(NSInteger)draggingSequenceNumber
NSArray namesOfPromisedFilesDroppedAtDestination(NSURL dropDestination)
-(NSArray*)namesOfPromisedFilesDroppedAtDestination:(NSURL*)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |