-
Methods in org.robovm.apple.uikit with parameters of type NSTextStorage
| Modifier and Type |
Method |
Description |
void |
NSTextStorageDelegate.didProcessEditing(NSTextStorage textStorage,
NSTextStorageEditActions editedMask,
NSRange editedRange,
long delta) |
|
void |
NSTextStorageDelegateAdapter.didProcessEditing(NSTextStorage textStorage,
NSTextStorageEditActions editedMask,
NSRange editedRange,
long delta) |
|
static NSObjectProtocol |
NSTextStorage.Notifications.observeDidProcessEditing(NSTextStorage object,
VoidBlock1<NSTextStorage> block) |
|
static NSObjectProtocol |
NSTextStorage.Notifications.observeWillProcessEditing(NSTextStorage object,
VoidBlock1<NSTextStorage> block) |
|
void |
NSTextContentStorage.performEditingTransactionForTextStorage(NSTextStorage textStorage,
Runnable transaction) |
|
void |
NSTextStorageObserving.performEditingTransactionForTextStorage(NSTextStorage textStorage,
Runnable transaction) |
|
void |
NSTextStorageObservingAdapter.performEditingTransactionForTextStorage(NSTextStorage textStorage,
Runnable transaction) |
|
void |
NSLayoutManager.processEditing(NSTextStorage textStorage,
NSTextStorageEditActions editMask,
NSRange newCharRange,
long delta,
NSRange invalidatedCharRange) |
|
void |
NSTextContentStorage.processEditingForTextStorage(NSTextStorage textStorage,
NSTextStorageEditActions editMask,
NSRange newCharRange,
long delta,
NSRange invalidatedCharRange) |
|
void |
NSTextStorageObserving.processEditingForTextStorage(NSTextStorage textStorage,
NSTextStorageEditActions editMask,
NSRange newCharRange,
long delta,
NSRange invalidatedCharRange) |
|
void |
NSTextStorageObservingAdapter.processEditingForTextStorage(NSTextStorage textStorage,
NSTextStorageEditActions editMask,
NSRange newCharRange,
long delta,
NSRange invalidatedCharRange) |
|
void |
NSLayoutManager.setTextStorage(NSTextStorage v) |
|
void |
NSTextContentStorage.setTextStorage(NSTextStorage v) |
|
void |
NSTextStorageObserving.setTextStorage(NSTextStorage v) |
|
void |
NSTextStorageObservingAdapter.setTextStorage(NSTextStorage v) |
|
void |
NSTextStorageDelegate.willProcessEditing(NSTextStorage textStorage,
NSTextStorageEditActions editedMask,
NSRange editedRange,
long delta) |
|
void |
NSTextStorageDelegateAdapter.willProcessEditing(NSTextStorage textStorage,
NSTextStorageEditActions editedMask,
NSRange editedRange,
long delta) |
|