-
Methods in org.robovm.apple.uikit with parameters of type NSTextSelectionGranularity
| Modifier and Type |
Method |
Description |
NSTextRange |
NSTextLayoutManager.getTextRangeForSelectionGranularity(NSTextSelectionGranularity selectionGranularity,
NSTextLocation location) |
|
NSTextRange |
NSTextSelectionDataSource.getTextRangeForSelectionGranularity(NSTextSelectionGranularity selectionGranularity,
NSTextLocation location) |
|
NSTextRange |
NSTextSelectionDataSourceAdapter.getTextRangeForSelectionGranularity(NSTextSelectionGranularity selectionGranularity,
NSTextLocation location) |
|
protected long |
NSTextSelection.init(NSArray<NSTextRange> textRanges,
NSTextSelectionAffinity affinity,
NSTextSelectionGranularity granularity) |
|
protected long |
NSTextSelection.init(NSTextRange range,
NSTextSelectionAffinity affinity,
NSTextSelectionGranularity granularity) |
|
NSTextSelection |
NSTextSelectionNavigation.textSelectionForSelectionGranularity(NSTextSelectionGranularity selectionGranularity,
CGPoint point,
NSTextLocation location) |
|
NSTextSelection |
NSTextSelectionNavigation.textSelectionForSelectionGranularity(NSTextSelectionGranularity selectionGranularity,
NSTextSelection textSelection) |
|