Package org.robovm.apple.uikit
Class NSTextContentManager
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.uikit.NSTextContentManager
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,NSSecureCoding,NSTextElementProvider,ObjCProtocol
- Direct Known Subclasses:
NSTextContentStorage
public class NSTextContentManager extends NSObject implements NSTextElementProvider, NSSecureCoding
- Since:
- Available in iOS 15.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNSTextContentManager.NSTextContentManagerPtrNested 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 Modifier Constructor Description NSTextContentManager()NSTextContentManager(NSCoder coder)protectedNSTextContentManager(NSObject.Handle h, long handle)protectedNSTextContentManager(NSObject.SkipInit skipInit) -
Method Summary
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
-
NSTextContentManager
public NSTextContentManager() -
NSTextContentManager
-
NSTextContentManager
-
NSTextContentManager
-
-
Method Details
-
getDelegate
-
setDelegate
-
getTextLayoutManagers
-
getPrimaryTextLayoutManager
-
setPrimaryTextLayoutManager
-
hasEditingTransaction
public boolean hasEditingTransaction() -
automaticallySynchronizesTextLayoutManagers
public boolean automaticallySynchronizesTextLayoutManagers() -
setAutomaticallySynchronizesTextLayoutManagers
public void setAutomaticallySynchronizesTextLayoutManagers(boolean v) -
automaticallySynchronizesToBackingStore
public boolean automaticallySynchronizesToBackingStore() -
setAutomaticallySynchronizesToBackingStore
public void setAutomaticallySynchronizesToBackingStore(boolean v) -
getDocumentRange
- Specified by:
getDocumentRangein interfaceNSTextElementProvider
-
supportsSecureCoding
public static boolean supportsSecureCoding() -
init
-
addTextLayoutManager
-
removeTextLayoutManager
-
synchronizeTextLayoutManagers
-
textElementsForRange
-
performEditingTransactionUsingBlock
-
recordEditAction
-
enumerateTextElements
public NSTextLocation enumerateTextElements(NSTextLocation textLocation, NSTextContentManagerEnumerationOptions options, Block1<NSTextElement,Boolean> block)- Specified by:
enumerateTextElementsin interfaceNSTextElementProvider
-
replaceContents
- Specified by:
replaceContentsin interfaceNSTextElementProvider
-
synchronizeToBackingStore
- Specified by:
synchronizeToBackingStorein interfaceNSTextElementProvider
-
getLocationFromLocation
- Specified by:
getLocationFromLocationin interfaceNSTextElementProvider
-
getOffsetFromLocation
- Specified by:
getOffsetFromLocationin interfaceNSTextElementProvider
-
adjustedRange
- Specified by:
adjustedRangein interfaceNSTextElementProvider
-
encode
-