Uses of Class
com.jniwrapper.macosx.cocoa.nsdragging.NSDragOperation

Packages that use NSDragOperation
com.jniwrapper.macosx.cocoa.nsdragging   
com.jniwrapper.macosx.cocoa.nsobject   
 

Uses of NSDragOperation in com.jniwrapper.macosx.cocoa.nsdragging
 

Methods in com.jniwrapper.macosx.cocoa.nsdragging that return NSDragOperation
 NSDragOperation NSDraggingInfoProtocol.draggingSourceOperationMask()
           
 

Uses of NSDragOperation in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject that return NSDragOperation
 NSDragOperation NSObject.outlineView_validateDrop_proposedItem_proposedChildIndex(NSOutlineView olv, Id info, Id item, com.jniwrapper.Int index)
          This method represents the outlineView() method of the NSObject Objective-C class.
 NSDragOperation NSObject.draggingSourceOperationMaskForLocal(boolean flag)
           
 NSDragOperation NSObject.tableView_validateDrop_proposedRow_proposedDropOperation(NSTableView tv, Id info, com.jniwrapper.Int row, NSTableViewDropOperation op)
          This method represents the tableView() method of the NSObject Objective-C class.
 NSDragOperation NSObject.draggingUpdated(Id sender)
           
 NSDragOperation NSObject.draggingEntered(Id sender)
           
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSDragOperation
 void NSObject.draggedImage_endedAt_operation(NSImage image, NSPoint screenPoint, NSDragOperation operation)
          This method represents the draggedImage() method of the NSObject Objective-C class.