Uses of Class
org.rococoa.cocoa.appkit.NSAlert

Packages that use NSAlert
org.rococoa.cocoa.appkit   
 

Uses of NSAlert in org.rococoa.cocoa.appkit
 

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_()
           
 



Copyright © 2009. All Rights Reserved.