Package org.robovm.apple.uikit
Class UIDropInteractionDelegateAdapter
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.uikit.UIDropInteractionDelegateAdapter
- All Implemented Interfaces:
NSObjectProtocol,UIDropInteractionDelegate,ObjCProtocol
public class UIDropInteractionDelegateAdapter extends NSObject implements UIDropInteractionDelegate
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Constructor Description UIDropInteractionDelegateAdapter() -
Method Summary
Modifier and Type Method Description booleancanHandleSession(UIDropInteraction interaction, UIDropSession session)voidconcludeDrop(UIDropInteraction interaction, UIDropSession session)voiditemWillAnimateDrop(UIDropInteraction interaction, UIDragItem item, UIDragAnimating animator)voidperformDrop(UIDropInteraction interaction, UIDropSession session)UITargetedDragPreviewpreviewForDroppingItem(UIDropInteraction interaction, UIDragItem item, UITargetedDragPreview defaultPreview)voidsessionDidEnd(UIDropInteraction interaction, UIDropSession session)voidsessionDidEnter(UIDropInteraction interaction, UIDropSession session)voidsessionDidExit(UIDropInteraction interaction, UIDropSession session)UIDropProposalsessionDidUpdate(UIDropInteraction interaction, UIDropSession session)Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
UIDropInteractionDelegateAdapter
public UIDropInteractionDelegateAdapter()
-
-
Method Details
-
canHandleSession
- Specified by:
canHandleSessionin interfaceUIDropInteractionDelegate
-
sessionDidEnter
- Specified by:
sessionDidEnterin interfaceUIDropInteractionDelegate
-
sessionDidUpdate
- Specified by:
sessionDidUpdatein interfaceUIDropInteractionDelegate
-
sessionDidExit
- Specified by:
sessionDidExitin interfaceUIDropInteractionDelegate
-
performDrop
- Specified by:
performDropin interfaceUIDropInteractionDelegate
-
concludeDrop
- Specified by:
concludeDropin interfaceUIDropInteractionDelegate
-
sessionDidEnd
- Specified by:
sessionDidEndin interfaceUIDropInteractionDelegate
-
previewForDroppingItem
public UITargetedDragPreview previewForDroppingItem(UIDropInteraction interaction, UIDragItem item, UITargetedDragPreview defaultPreview)- Specified by:
previewForDroppingItemin interfaceUIDropInteractionDelegate
-
itemWillAnimateDrop
public void itemWillAnimateDrop(UIDropInteraction interaction, UIDragItem item, UIDragAnimating animator)- Specified by:
itemWillAnimateDropin interfaceUIDropInteractionDelegate
-