Uses of Class
org.robovm.apple.uikit.NSTextSelectionAffinity
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of NSTextSelectionAffinity in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return NSTextSelectionAffinity Modifier and Type Method Description NSTextSelectionAffinityNSTextSelection. getAffinity()static NSTextSelectionAffinityNSTextSelectionAffinity. valueOf(long n)Returns the enum constant of this type with the specified name.static NSTextSelectionAffinityNSTextSelectionAffinity. valueOf(String name)Returns the enum constant of this type with the specified name.static NSTextSelectionAffinity[]NSTextSelectionAffinity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit with parameters of type NSTextSelectionAffinity Modifier and Type Method Description protected longNSTextSelection. init(NSArray<NSTextRange> textRanges, NSTextSelectionAffinity affinity, NSTextSelectionGranularity granularity)protected longNSTextSelection. init(NSTextLocation location, NSTextSelectionAffinity affinity)protected longNSTextSelection. init(NSTextRange range, NSTextSelectionAffinity affinity, NSTextSelectionGranularity granularity)Constructors in org.robovm.apple.uikit with parameters of type NSTextSelectionAffinity Constructor Description NSTextSelection(NSArray<NSTextRange> textRanges, NSTextSelectionAffinity affinity, NSTextSelectionGranularity granularity)NSTextSelection(NSTextLocation location, NSTextSelectionAffinity affinity)NSTextSelection(NSTextRange range, NSTextSelectionAffinity affinity, NSTextSelectionGranularity granularity)