All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.DragManager
_NSDragManager
.
[[_NSDragManager
alloc] init]
.
- draggedImage
Objective-C instance method defined by the NSDraggingInfo
protocol (known as the DraggingInfo
interface in Java).
- draggedImageLocation
Objective-C instance method defined by the NSDraggingInfo
protocol (known as the DraggingInfo
interface in Java).
- draggingDestinationWindow
Objective-C instance method defined by the NSDraggingInfo
protocol (known as the DraggingInfo
interface in Java).
- draggingLocation
Objective-C instance method defined by the NSDraggingInfo
protocol (known as the DraggingInfo
interface in Java).
- draggingPasteboard
Objective-C instance method defined by the NSDraggingInfo
protocol (known as the DraggingInfo
interface in Java).
- draggingSequenceNumber
Objective-C instance method defined by the NSDraggingInfo
protocol (known as the DraggingInfo
interface in Java).
- draggingSource
Objective-C instance method defined by the NSDraggingInfo
protocol (known as the DraggingInfo
interface in Java).
- draggingSourceOperationMask
Objective-C instance method defined by the NSDraggingInfo
protocol (known as the DraggingInfo
interface in Java).
- slideDraggedImageTo:
Objective-C instance method defined by the NSDraggingInfo
protocol (known as the DraggingInfo
interface in Java).
protected DragManager(boolean shouldAllocate, int objcObject)
public DragManager()
[[_NSDragManager
alloc] init]
.
public native Window draggingDestinationWindow()
- draggingDestinationWindow
Objective-C instance method defined by the NSDraggingInfo
protocol (known as the DraggingInfo
interface in Java).
public native int draggingSourceOperationMask()
- draggingSourceOperationMask
Objective-C instance method defined by the NSDraggingInfo
protocol (known as the DraggingInfo
interface in Java).
public native Point draggingLocation()
- draggingLocation
Objective-C instance method defined by the NSDraggingInfo
protocol (known as the DraggingInfo
interface in Java).
public native Point draggedImageLocation()
- draggedImageLocation
Objective-C instance method defined by the NSDraggingInfo
protocol (known as the DraggingInfo
interface in Java).
public native Image draggedImage()
- draggedImage
Objective-C instance method defined by the NSDraggingInfo
protocol (known as the DraggingInfo
interface in Java).
public native Pasteboard draggingPasteboard()
- draggingPasteboard
Objective-C instance method defined by the NSDraggingInfo
protocol (known as the DraggingInfo
interface in Java).
public native Object draggingSource()
- draggingSource
Objective-C instance method defined by the NSDraggingInfo
protocol (known as the DraggingInfo
interface in Java).
public native int draggingSequenceNumber()
- draggingSequenceNumber
Objective-C instance method defined by the NSDraggingInfo
protocol (known as the DraggingInfo
interface in Java).
public native void slideDraggedImageTo(Point screenPoint)
- 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