NSApplicationDelegate_Extensions Class

Definition

public static class NSApplicationDelegate_Extensions
type NSApplicationDelegate_Extensions = class
Inheritance
NSApplicationDelegate_Extensions

Methods

ApplicationDockMenu(INSApplicationDelegate, NSApplication)
ApplicationOpenUntitledFile(INSApplicationDelegate, NSApplication)
ApplicationShouldHandleReopen(INSApplicationDelegate, NSApplication, Boolean)
ApplicationShouldOpenUntitledFile(INSApplicationDelegate, NSApplication)
ApplicationShouldTerminate(INSApplicationDelegate, NSApplication)
ApplicationShouldTerminateAfterLastWindowClosed(INSApplicationDelegate, NSApplication)
ContinueUserActivity(INSApplicationDelegate, NSApplication, NSUserActivity, ContinueUserActivityRestorationHandler)
DecodedRestorableState(INSApplicationDelegate, NSApplication, NSCoder)
DidBecomeActive(INSApplicationDelegate, NSNotification)
DidFinishLaunching(INSApplicationDelegate, NSNotification)
DidHide(INSApplicationDelegate, NSNotification)
DidResignActive(INSApplicationDelegate, NSNotification)
DidUnhide(INSApplicationDelegate, NSNotification)
DidUpdate(INSApplicationDelegate, NSNotification)
FailedToContinueUserActivity(INSApplicationDelegate, NSApplication, String, NSError)
FailedToRegisterForRemoteNotifications(INSApplicationDelegate, NSApplication, NSError)
HandlesKey(INSApplicationDelegate, NSApplication, String)
OpenFile(INSApplicationDelegate, NSApplication, String)
OpenFiles(INSApplicationDelegate, NSApplication, String[])
OpenFileWithoutUI(INSApplicationDelegate, NSObject, String)
OpenTempFile(INSApplicationDelegate, NSApplication, String)
OpenUrls(INSApplicationDelegate, NSApplication, NSUrl[])
OrderFrontStandardAboutPanel(INSApplicationDelegate, NSObject)
OrderFrontStandardAboutPanelWithOptions(INSApplicationDelegate, NSDictionary)
PrintFile(INSApplicationDelegate, NSApplication, String)
PrintFiles(INSApplicationDelegate, NSApplication, String[], NSDictionary, Boolean)
ReadSelectionFromPasteboard(INSApplicationDelegate, NSPasteboard)
ReceivedRemoteNotification(INSApplicationDelegate, NSApplication, NSDictionary)
RegisteredForRemoteNotifications(INSApplicationDelegate, NSApplication, NSData)
RegisterServicesMenu(INSApplicationDelegate, String[], String[])
ScreenParametersChanged(INSApplicationDelegate, NSNotification)
UpdatedUserActivity(INSApplicationDelegate, NSApplication, NSUserActivity)
UserDidAcceptCloudKitShare(INSApplicationDelegate, NSApplication, CKShareMetadata)
WillBecomeActive(INSApplicationDelegate, NSNotification)
WillContinueUserActivity(INSApplicationDelegate, NSApplication, String)
WillEncodeRestorableState(INSApplicationDelegate, NSApplication, NSCoder)
WillFinishLaunching(INSApplicationDelegate, NSNotification)
WillHide(INSApplicationDelegate, NSNotification)
WillPresentError(INSApplicationDelegate, NSApplication, NSError)
WillResignActive(INSApplicationDelegate, NSNotification)
WillTerminate(INSApplicationDelegate, NSNotification)
WillUnhide(INSApplicationDelegate, NSNotification)
WillUpdate(INSApplicationDelegate, NSNotification)
WriteSelectionToPasteboard(INSApplicationDelegate, NSPasteboard, String[])

Applies to