MonoMac.AppKit.NSApplicationDelegate: Method Members

The methods of MonoMac.AppKit.NSApplicationDelegate are listed below. For a list of all members, see the NSApplicationDelegate Members list.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Methods

ApplicationDockMenu(NSApplication) : NSMenu
Documentation for this section has not yet been entered.
ApplicationOpenUntitledFile(NSApplication) : bool
Documentation for this section has not yet been entered.
ApplicationShouldHandleReopen(NSApplication, bool) : bool
Documentation for this section has not yet been entered.
ApplicationShouldOpenUntitledFile(NSApplication) : bool
Documentation for this section has not yet been entered.
ApplicationShouldTerminate(NSApplication) : NSApplicationTerminateReply
Documentation for this section has not yet been entered.
ApplicationShouldTerminateAfterLastWindowClosed(NSApplication) : bool
Documentation for this section has not yet been entered.
DecodedRestorableState(NSApplication, MonoMac.Foundation.NSCoder)
A constructor that initializes the object from the data stored in the unarchiver object.
DidBecomeActive(MonoMac.Foundation.NSNotification)
Documentation for this section has not yet been entered.
DidFinishLaunching(MonoMac.Foundation.NSNotification)
Documentation for this section has not yet been entered.
DidHide(MonoMac.Foundation.NSNotification)
Documentation for this section has not yet been entered.
DidResignActive(MonoMac.Foundation.NSNotification)
Documentation for this section has not yet been entered.
DidUnhide(MonoMac.Foundation.NSNotification)
Documentation for this section has not yet been entered.
DidUpdate(MonoMac.Foundation.NSNotification)
Documentation for this section has not yet been entered.
FailedToRegisterForRemoteNotifications(NSApplication, MonoMac.Foundation.NSError)
Documentation for this section has not yet been entered.
FinishedLaunching(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
OpenFile(NSApplication, string) : bool
Documentation for this section has not yet been entered.
OpenFiles(NSApplication, string[])
Documentation for this section has not yet been entered.
OpenFileWithoutUI(MonoMac.Foundation.NSObject, string) : bool
Documentation for this section has not yet been entered.
OpenTempFile(NSApplication, string) : bool
Documentation for this section has not yet been entered.
OrderFrontStandardAboutPanel(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
OrderFrontStandardAboutPanelWithOptions(MonoMac.Foundation.NSDictionary)
Documentation for this section has not yet been entered.
PrintFile(NSApplication, string) : bool
Documentation for this section has not yet been entered.
PrintFiles(NSApplication, string[], MonoMac.Foundation.NSDictionary, bool) : NSApplicationPrintReply
Documentation for this section has not yet been entered.
ReadSelectionFromPasteboard(NSPasteboard) : bool
Documentation for this section has not yet been entered.
ReceivedRemoteNotification(NSApplication, MonoMac.Foundation.NSDictionary)
Documentation for this section has not yet been entered.
RegisteredForRemoteNotifications(NSApplication, MonoMac.Foundation.NSData)
Documentation for this section has not yet been entered.
RegisterServicesMenu(string[], string[])
Documentation for this section has not yet been entered.
ScreenParametersChanged(MonoMac.Foundation.NSNotification)
Documentation for this section has not yet been entered.
WillBecomeActive(MonoMac.Foundation.NSNotification)
Documentation for this section has not yet been entered.
WillEncodeRestorableState(NSApplication, MonoMac.Foundation.NSCoder)
A constructor that initializes the object from the data stored in the unarchiver object.
WillFinishLaunching(MonoMac.Foundation.NSNotification)
Documentation for this section has not yet been entered.
WillHide(MonoMac.Foundation.NSNotification)
Documentation for this section has not yet been entered.
WillPresentError(NSApplication, MonoMac.Foundation.NSError) : MonoMac.Foundation.NSError
Documentation for this section has not yet been entered.
WillResignActive(MonoMac.Foundation.NSNotification)
Documentation for this section has not yet been entered.
WillTerminate(MonoMac.Foundation.NSNotification)
Documentation for this section has not yet been entered.
WillUnhide(MonoMac.Foundation.NSNotification)
Documentation for this section has not yet been entered.
WillUpdate(MonoMac.Foundation.NSNotification)
Documentation for this section has not yet been entered.
WriteSelectionToPasteboard(NSPasteboard, string[]) : bool
Documentation for this section has not yet been entered.