Package org.robovm.apple.uikit
Class UITextDroppableAdapter
- All Implemented Interfaces:
NSObjectProtocol,UIKeyInput,UIPasteConfigurationSupporting,UITextDroppable,UITextInput,UITextInputTraits,UITextPasteConfigurationSupporting,ObjCProtocol
public class UITextDroppableAdapter extends UITextInputAdapter implements UITextDroppable
-
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 UITextDroppableAdapter() -
Method Summary
Modifier and Type Method Description booleancanPasteItemProviders(NSArray<NSItemProvider> itemProviders)UIPasteConfigurationgetPasteConfiguration()UITextPasteDelegategetPasteDelegate()UITextDropDelegategetTextDropDelegate()UIDropInteractiongetTextDropInteraction()booleanisTextDropActive()voidpasteItemProviders(NSArray<NSItemProvider> itemProviders)voidsetPasteConfiguration(UIPasteConfiguration v)voidsetPasteDelegate(UITextPasteDelegate v)voidsetTextDropDelegate(UITextDropDelegate v)Methods inherited from class org.robovm.apple.uikit.UITextInputAdapter
beginFloatingCursor, comparePositions, dictationRecognitionFailed, dictationRecordingDidEnd, endFloatingCursor, getBaseWritingDirection, getBeginningOfDocument, getCaretRect, getCharacterOffset, getCharacterRange, getCharacterRange, getClosestPosition, getClosestPosition, getDictationResultPlaceholderFrame, getEndOfDocument, getFirstRect, getInputDelegate, getInsertDictationResultPlaceholder, getMarkedTextRange, getMarkedTextStyle, getOffset, getPosition, getPosition, getPosition, getPosition, getSelectedTextRange, getSelectionAffinity, getSelectionRects, getText, getTextInputView, getTextRange, getTextStyling, getTokenizer, insertDictationResult, insertText, insertTextPlaceholder, removeDictationResultPlaceholder, removeTextPlaceholder, replaceText, setAttributedMarkedText, setBaseWritingDirection, setInputDelegate, setMarkedText, setMarkedTextStyle, setSelectedTextRange, setSelectionAffinity, shouldChangeText, unmarkText, updateFloatingCursorMethods inherited from class org.robovm.apple.uikit.UIKeyInputAdapter
deleteBackward, hasText, insertTextMethods inherited from class org.robovm.apple.uikit.UITextInputTraitsAdapter
enablesReturnKeyAutomatically, getAutocapitalizationType, getAutocorrectionType, getKeyboardAppearance, getKeyboardType, getPasswordRules, getReturnKeyType, getSmartDashesType, getSmartInsertDeleteType, getSmartQuotesType, getSpellCheckingType, getTextContentType, isSecureTextEntry, setAutocapitalizationType, setAutocorrectionType, setEnablesReturnKeyAutomatically, setKeyboardAppearance, setKeyboardType, setPasswordRules, setReturnKeyType, setSecureTextEntry, setSmartDashesType, setSmartInsertDeleteType, setSmartQuotesType, setSpellCheckingType, setTextContentTypeMethods 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, updateStrongRefMethods inherited from interface org.robovm.apple.uikit.UIKeyInput
deleteBackward, hasText, insertTextMethods inherited from interface org.robovm.apple.uikit.UITextInput
beginFloatingCursor, comparePositions, dictationRecognitionFailed, dictationRecordingDidEnd, endFloatingCursor, getBaseWritingDirection, getBeginningOfDocument, getCaretRect, getCharacterOffset, getCharacterRange, getCharacterRange, getClosestPosition, getClosestPosition, getDictationResultPlaceholderFrame, getEndOfDocument, getFirstRect, getInputDelegate, getInsertDictationResultPlaceholder, getMarkedTextRange, getMarkedTextStyle, getOffset, getPosition, getPosition, getPosition, getPosition, getSelectedTextRange, getSelectionAffinity, getSelectionRects, getText, getTextInputView, getTextRange, getTextStyling, getTokenizer, insertDictationResult, insertText, insertTextPlaceholder, removeDictationResultPlaceholder, removeTextPlaceholder, replaceText, setAttributedMarkedText, setBaseWritingDirection, setInputDelegate, setMarkedText, setMarkedTextStyle, setSelectedTextRange, setSelectionAffinity, shouldChangeText, unmarkText, updateFloatingCursorMethods inherited from interface org.robovm.apple.uikit.UITextInputTraits
enablesReturnKeyAutomatically, getAutocapitalizationType, getAutocorrectionType, getKeyboardAppearance, getKeyboardType, getPasswordRules, getReturnKeyType, getSmartDashesType, getSmartInsertDeleteType, getSmartQuotesType, getSpellCheckingType, getTextContentType, isSecureTextEntry, setAutocapitalizationType, setAutocorrectionType, setEnablesReturnKeyAutomatically, setKeyboardAppearance, setKeyboardType, setPasswordRules, setReturnKeyType, setSecureTextEntry, setSmartDashesType, setSmartInsertDeleteType, setSmartQuotesType, setSpellCheckingType, setTextContentType
-
Constructor Details
-
UITextDroppableAdapter
public UITextDroppableAdapter()
-
-
Method Details
-
getTextDropDelegate
- Specified by:
getTextDropDelegatein interfaceUITextDroppable
-
setTextDropDelegate
- Specified by:
setTextDropDelegatein interfaceUITextDroppable
-
getTextDropInteraction
- Specified by:
getTextDropInteractionin interfaceUITextDroppable
-
isTextDropActive
public boolean isTextDropActive()- Specified by:
isTextDropActivein interfaceUITextDroppable
-
getPasteDelegate
- Specified by:
getPasteDelegatein interfaceUITextPasteConfigurationSupporting
-
setPasteDelegate
- Specified by:
setPasteDelegatein interfaceUITextPasteConfigurationSupporting
-
getPasteConfiguration
- Specified by:
getPasteConfigurationin interfaceUIPasteConfigurationSupporting
-
setPasteConfiguration
- Specified by:
setPasteConfigurationin interfaceUIPasteConfigurationSupporting
-
pasteItemProviders
- Specified by:
pasteItemProvidersin interfaceUIPasteConfigurationSupporting
-
canPasteItemProviders
- Specified by:
canPasteItemProvidersin interfaceUIPasteConfigurationSupporting
-