com.jniwrapper.macosx.cocoa.nsdragging
Interface NSDraggingInfoProtocol


public interface NSDraggingInfoProtocol

This interface represents NSDraggingInfoProtocol protocol. See the protocol documentation at the Apple's site: NSDraggingInfoProtocol


Method Summary
 com.jniwrapper.Pointer.Void draggedImage()
           
 NSPoint draggedImageLocation()
           
 com.jniwrapper.Pointer.Void draggingDestinationWindow()
           
 NSPoint draggingLocation()
           
 com.jniwrapper.Pointer.Void draggingPasteboard()
           
 com.jniwrapper.Int draggingSequenceNumber()
           
 Id draggingSource()
           
 NSDragOperation draggingSourceOperationMask()
           
 com.jniwrapper.Pointer.Void namesOfPromisedFilesDroppedAtDestination(NSURL dropDestination)
           
 void slideDraggedImageTo(NSPoint screenPoint)
           
 

Method Detail

draggedImage

public com.jniwrapper.Pointer.Void draggedImage()

draggingPasteboard

public com.jniwrapper.Pointer.Void draggingPasteboard()

draggingSourceOperationMask

public NSDragOperation draggingSourceOperationMask()

draggingSequenceNumber

public com.jniwrapper.Int draggingSequenceNumber()

namesOfPromisedFilesDroppedAtDestination

public com.jniwrapper.Pointer.Void namesOfPromisedFilesDroppedAtDestination(NSURL dropDestination)

draggingDestinationWindow

public com.jniwrapper.Pointer.Void draggingDestinationWindow()

slideDraggedImageTo

public void slideDraggedImageTo(NSPoint screenPoint)

draggedImageLocation

public NSPoint draggedImageLocation()

draggingLocation

public NSPoint draggingLocation()

draggingSource

public Id draggingSource()