Uses of Class
de.jangassen.jfa.appkit.NSAboutPanelOptionKey
-
Packages that use NSAboutPanelOptionKey Package Description de.jangassen.jfa.appkit -
-
Uses of NSAboutPanelOptionKey in de.jangassen.jfa.appkit
Methods in de.jangassen.jfa.appkit that return NSAboutPanelOptionKey Modifier and Type Method Description static NSAboutPanelOptionKeyNSAboutPanelOptionKey. valueOf(String name)Returns the enum constant of this type with the specified name.static NSAboutPanelOptionKey[]NSAboutPanelOptionKey. 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 NSAboutPanelOptionKey Modifier and Type Method Description voidNSApplication. orderFrontStandardAboutPanelWithOptions(NSDictionary<NSAboutPanelOptionKey,NSObject> optionsDictionary)
-