All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.DragManager

java.lang.Object
   |
   +----com.apple.alpha.core.NativeObject
           |
           +----com.apple.alpha.app.DragManager

public class DragManager
extends NativeObject
implements DraggingInfo
This class wraps the Objective-C class _NSDragManager.


Constructor Index

 o DragManager()
This default constructor is equivalent to Objective-C's [[_NSDragManager alloc] init].
 o DragManager(boolean, int)
Protected constructor used by the bridge to wrap an Objective-C object.

Method Index

 o draggedImage()
A wrapper for the - draggedImage Objective-C instance method defined by the NSDraggingInfo protocol (known as the DraggingInfo interface in Java).
 o draggedImageLocation()
A wrapper for the - draggedImageLocation Objective-C instance method defined by the NSDraggingInfo protocol (known as the DraggingInfo interface in Java).
 o draggingDestinationWindow()
A wrapper for the - draggingDestinationWindow Objective-C instance method defined by the NSDraggingInfo protocol (known as the DraggingInfo interface in Java).
 o draggingLocation()
A wrapper for the - draggingLocation Objective-C instance method defined by the NSDraggingInfo protocol (known as the DraggingInfo interface in Java).
 o draggingPasteboard()
A wrapper for the - draggingPasteboard Objective-C instance method defined by the NSDraggingInfo protocol (known as the DraggingInfo interface in Java).
 o draggingSequenceNumber()
A wrapper for the - draggingSequenceNumber Objective-C instance method defined by the NSDraggingInfo protocol (known as the DraggingInfo interface in Java).
 o draggingSource()
A wrapper for the - draggingSource Objective-C instance method defined by the NSDraggingInfo protocol (known as the DraggingInfo interface in Java).
 o draggingSourceOperationMask()
A wrapper for the - draggingSourceOperationMask Objective-C instance method defined by the NSDraggingInfo protocol (known as the DraggingInfo interface in Java).
 o slideDraggedImageTo(Point)
A wrapper for the - slideDraggedImageTo: Objective-C instance method defined by the NSDraggingInfo protocol (known as the DraggingInfo interface in Java).

Constructors

 o DragManager
 protected DragManager(boolean shouldAllocate,
                       int objcObject)
Protected constructor used by the bridge to wrap an Objective-C object. It should never be invoked directly.

 o DragManager
 public DragManager()
This default constructor is equivalent to Objective-C's [[_NSDragManager alloc] init].

Methods

 o draggingDestinationWindow
 public native Window draggingDestinationWindow()
A wrapper for the - draggingDestinationWindow Objective-C instance method defined by the NSDraggingInfo protocol (known as the DraggingInfo interface in Java).

 o draggingSourceOperationMask
 public native int draggingSourceOperationMask()
A wrapper for the - draggingSourceOperationMask Objective-C instance method defined by the NSDraggingInfo protocol (known as the DraggingInfo interface in Java).

 o draggingLocation
 public native Point draggingLocation()
A wrapper for the - draggingLocation Objective-C instance method defined by the NSDraggingInfo protocol (known as the DraggingInfo interface in Java).

 o draggedImageLocation
 public native Point draggedImageLocation()
A wrapper for the - draggedImageLocation Objective-C instance method defined by the NSDraggingInfo protocol (known as the DraggingInfo interface in Java).

 o draggedImage
 public native Image draggedImage()
A wrapper for the - draggedImage Objective-C instance method defined by the NSDraggingInfo protocol (known as the DraggingInfo interface in Java).

 o draggingPasteboard
 public native Pasteboard draggingPasteboard()
A wrapper for the - draggingPasteboard Objective-C instance method defined by the NSDraggingInfo protocol (known as the DraggingInfo interface in Java).

 o draggingSource
 public native Object draggingSource()
A wrapper for the - draggingSource Objective-C instance method defined by the NSDraggingInfo protocol (known as the DraggingInfo interface in Java).

 o draggingSequenceNumber
 public native int draggingSequenceNumber()
A wrapper for the - draggingSequenceNumber Objective-C instance method defined by the NSDraggingInfo protocol (known as the DraggingInfo interface in Java).

 o slideDraggedImageTo
 public native void slideDraggedImageTo(Point screenPoint)
A wrapper for the - slideDraggedImageTo: Objective-C instance method defined by the NSDraggingInfo protocol (known as the DraggingInfo interface in Java).


All Packages  Class Hierarchy  This Package  Previous  Next  Index