Package org.robovm.apple.uikit
Class UITextDraggableAdapter
- All Implemented Interfaces:
NSObjectProtocol,UIKeyInput,UITextDraggable,UITextInput,UITextInputTraits,ObjCProtocol
public class UITextDraggableAdapter extends UITextInputAdapter implements UITextDraggable
-
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 UITextDraggableAdapter() -
Method Summary
Modifier and Type Method Description UITextDragDelegategetTextDragDelegate()UIDragInteractiongetTextDragInteraction()UITextDragOptionsgetTextDragOptions()booleanisTextDragActive()voidsetTextDragDelegate(UITextDragDelegate v)voidsetTextDragOptions(UITextDragOptions 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
-
UITextDraggableAdapter
public UITextDraggableAdapter()
-
-
Method Details
-
getTextDragDelegate
- Specified by:
getTextDragDelegatein interfaceUITextDraggable
-
setTextDragDelegate
- Specified by:
setTextDragDelegatein interfaceUITextDraggable
-
getTextDragInteraction
- Specified by:
getTextDragInteractionin interfaceUITextDraggable
-
isTextDragActive
public boolean isTextDragActive()- Specified by:
isTextDragActivein interfaceUITextDraggable
-
getTextDragOptions
- Specified by:
getTextDragOptionsin interfaceUITextDraggable
-
setTextDragOptions
- Specified by:
setTextDragOptionsin interfaceUITextDraggable
-