Methods in org.rococoa.cocoa.appkit that return NSAlert |
static NSAlert |
NSAlert.alertWithError(NSError error)
Given an NSError, create an NSAlert that can be used to present the error to the user. |
abstract NSAlert |
NSAlert._class_.alertWithError(NSError error)
Given an NSError, create an NSAlert that can be used to present the error to the user. |
static NSAlert |
NSAlert.alertWithMessageText_defaultButton_alternateButton_otherButton_informativeTextWithFormat(NSString message,
NSString defaultButton,
NSString alternateButton,
NSString otherButton,
NSString format,
NSObject... varargs)
the following class method is for use by apps migrating from the C-based API. |
abstract NSAlert |
NSAlert._class_.alertWithMessageText_defaultButton_alternateButton_otherButton_informativeTextWithFormat(NSString message,
NSString defaultButton,
NSString alternateButton,
NSString otherButton,
NSString format,
NSObject... varargs)
the following class method is for use by apps migrating from the C-based API. |
static NSAlert |
NSAlert.alloc()
|
abstract NSAlert |
NSAlert._class_.alloc()
|
static NSAlert |
NSAlert.new_()
|
abstract NSAlert |
NSAlert._class_.new_()
|