All Packages Class Hierarchy This Package Previous Next Index
NSDraggingDestination
*
- concludeDragOperation:
Objective-C instance method.
- draggingEntered:
Objective-C instance method.
- draggingExited:
Objective-C instance method.
- draggingUpdated:
Objective-C instance method.
- performDragOperation:
Objective-C instance method.
- prepareForDragOperation:
Objective-C instance method.
public abstract int draggingEntered(DraggingInfo sender)
- draggingEntered:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this interface, DraggingDestination, should be enough to head you in the right direction
should you find more than one such method).
public abstract int draggingUpdated(DraggingInfo sender)
- draggingUpdated:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this interface, DraggingDestination, should be enough to head you in the right direction
should you find more than one such method).
public abstract void draggingExited(DraggingInfo sender)
- draggingExited:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this interface, DraggingDestination, should be enough to head you in the right direction
should you find more than one such method).
public abstract boolean prepareForDragOperation(DraggingInfo sender)
- prepareForDragOperation:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this interface, DraggingDestination, should be enough to head you in the right direction
should you find more than one such method).
public abstract boolean performDragOperation(DraggingInfo sender)
- performDragOperation:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this interface, DraggingDestination, should be enough to head you in the right direction
should you find more than one such method).
public abstract void concludeDragOperation(DraggingInfo sender)
- concludeDragOperation:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this interface, DraggingDestination, should be enough to head you in the right direction
should you find more than one such method).
All Packages Class Hierarchy This Package Previous Next Index