Package org.robovm.apple.uikit
Interface NSTextStorageObserving
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
NSTextContentStorage,NSTextStorageObservingAdapter
public interface NSTextStorageObserving extends NSObjectProtocol
- Since:
- Available in iOS 15.0 and later.
-
Method Summary
Modifier and Type Method Description NSTextStoragegetTextStorage()voidperformEditingTransactionForTextStorage(NSTextStorage textStorage, Runnable transaction)voidprocessEditingForTextStorage(NSTextStorage textStorage, NSTextStorageEditActions editMask, NSRange newCharRange, long delta, NSRange invalidatedCharRange)voidsetTextStorage(NSTextStorage v)
-
Method Details
-
getTextStorage
NSTextStorage getTextStorage() -
setTextStorage
-
processEditingForTextStorage
void processEditingForTextStorage(NSTextStorage textStorage, NSTextStorageEditActions editMask, NSRange newCharRange, long delta, NSRange invalidatedCharRange) -
performEditingTransactionForTextStorage
-