Uses of Class
de.jangassen.jfa.appkit.NSAttributedStringKey
-
Packages that use NSAttributedStringKey Package Description de.jangassen.jfa.appkit -
-
Uses of NSAttributedStringKey in de.jangassen.jfa.appkit
Methods in de.jangassen.jfa.appkit that return NSAttributedStringKey Modifier and Type Method Description static NSAttributedStringKeyNSAttributedStringKey. valueOf(String name)Returns the enum constant of this type with the specified name.static NSAttributedStringKey[]NSAttributedStringKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in de.jangassen.jfa.appkit with type arguments of type NSAttributedStringKey Modifier and Type Method Description NSAttributedStringNSAttributedString. initWithString(NSString str, NSDictionary<NSAttributedStringKey,? extends NSObject> attrs)
-