-
Methods in org.robovm.apple.uikit with parameters of type UITextPasteConfigurationSupporting
| Modifier and Type |
Method |
Description |
NSAttributedString |
UITextPasteDelegate.combineItemAttributedStrings(UITextPasteConfigurationSupporting textPasteConfigurationSupporting,
NSArray<NSAttributedString> itemStrings,
UITextRange textRange) |
|
NSAttributedString |
UITextPasteDelegateAdapter.combineItemAttributedStrings(UITextPasteConfigurationSupporting textPasteConfigurationSupporting,
NSArray<NSAttributedString> itemStrings,
UITextRange textRange) |
|
UITextRange |
UITextPasteDelegate.performPasteOfAttributedString(UITextPasteConfigurationSupporting textPasteConfigurationSupporting,
NSAttributedString attributedString,
UITextRange textRange) |
|
UITextRange |
UITextPasteDelegateAdapter.performPasteOfAttributedString(UITextPasteConfigurationSupporting textPasteConfigurationSupporting,
NSAttributedString attributedString,
UITextRange textRange) |
|
boolean |
UITextPasteDelegate.shouldAnimatePasteOfAttributedString(UITextPasteConfigurationSupporting textPasteConfigurationSupporting,
NSAttributedString attributedString,
UITextRange textRange) |
|
boolean |
UITextPasteDelegateAdapter.shouldAnimatePasteOfAttributedString(UITextPasteConfigurationSupporting textPasteConfigurationSupporting,
NSAttributedString attributedString,
UITextRange textRange) |
|
void |
UITextPasteDelegate.transformPasteItem(UITextPasteConfigurationSupporting textPasteConfigurationSupporting,
UITextPasteItem item) |
|
void |
UITextPasteDelegateAdapter.transformPasteItem(UITextPasteConfigurationSupporting textPasteConfigurationSupporting,
UITextPasteItem item) |
|