|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSDraggingSource
Methods implemented by an object that initiates a drag session. The
source app is sent these messages during dragging. The first must be
implemented, the others are sent if the source responds to them.
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 interface |
NSDraggingSource._static_
|
Method Summary | |
---|---|
NSUInteger |
draggingSourceOperationMaskForLocal(boolean flag)
Original signature : -(NSDragOperation)draggingSourceOperationMaskForLocal:(BOOL) from NSDraggingSource native declaration : NSDragging.h:77 |
boolean |
ignoreModifierKeysWhileDragging()
Original signature : -(BOOL)ignoreModifierKeysWhileDragging from NSDraggingSource native declaration : NSDragging.h:84 |
NSArray |
namesOfPromisedFilesDroppedAtDestination(NSURL dropDestination)
Original signature : -(NSArray*)namesOfPromisedFilesDroppedAtDestination:(NSURL*) from NSDraggingSource native declaration : NSDragging.h:79 |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
NSUInteger draggingSourceOperationMaskForLocal(boolean flag)
-(NSDragOperation)draggingSourceOperationMaskForLocal:(BOOL)
NSArray namesOfPromisedFilesDroppedAtDestination(NSURL dropDestination)
-(NSArray*)namesOfPromisedFilesDroppedAtDestination:(NSURL*)
boolean ignoreModifierKeysWhileDragging()
-(BOOL)ignoreModifierKeysWhileDragging
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |