Uses of Class
org.robovm.apple.foundation.NSFormattingContext
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSFormattingContext in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSFormattingContext Modifier and Type Method Description NSFormattingContextNSByteCountFormatter. getFormattingContext()NSFormattingContextNSDateComponentsFormatter. getFormattingContext()NSFormattingContextNSDateFormatter. getFormattingContext()NSFormattingContextNSNumberFormatter. getFormattingContext()NSFormattingContextNSRelativeDateTimeFormatter. getFormattingContext()static NSFormattingContextNSFormattingContext. valueOf(long n)Returns the enum constant of this type with the specified name.static NSFormattingContextNSFormattingContext. valueOf(String name)Returns the enum constant of this type with the specified name.static NSFormattingContext[]NSFormattingContext. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.foundation with parameters of type NSFormattingContext Modifier and Type Method Description voidNSByteCountFormatter. setFormattingContext(NSFormattingContext v)voidNSDateComponentsFormatter. setFormattingContext(NSFormattingContext v)voidNSDateFormatter. setFormattingContext(NSFormattingContext v)voidNSNumberFormatter. setFormattingContext(NSFormattingContext v)voidNSRelativeDateTimeFormatter. setFormattingContext(NSFormattingContext v)