MonoMac.AppKit.NSDocumentController Members

The members of MonoMac.AppKit.NSDocumentController are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

Default constructor, initializes a new instance of this class.
A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

AutosavingDelaydouble. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
CurrentDirectorystring. Documentation for this section has not yet been entered.
[read-only]
CurrentDocumentNSDocument. Documentation for this section has not yet been entered.
[read-only]
DefaultTypestring. Documentation for this section has not yet been entered.
[read-only]
DocumentClassNamesstring[]. Documentation for this section has not yet been entered.
[read-only]
DocumentsNSDocument[]. Documentation for this section has not yet been entered.
[read-only]
HasEditedDocumentsbool. Documentation for this section has not yet been entered.
[read-only]
MaximumRecentDocumentCountint. Documentation for this section has not yet been entered.
[read-only]
RecentDocumentUrlsMonoMac.Foundation.NSUrl[]. Documentation for this section has not yet been entered.
[read-only]
static
SharedDocumentControllerMonoMac.Foundation.NSObject. Documentation for this section has not yet been entered.

Public Methods

AddDocument(NSDocument)
Documentation for this section has not yet been entered.
ClearRecentDocuments(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
CloseAllDocuments(MonoMac.Foundation.NSObject, MonoMac.ObjCRuntime.Selector, IntPtr)
Documentation for this section has not yet been entered.
DisplayNameForType(string) : string
Documentation for this section has not yet been entered.
DocumentClassForType(string) : MonoMac.ObjCRuntime.Class
Documentation for this section has not yet been entered.
DocumentForUrl(MonoMac.Foundation.NSUrl) : NSDocument
Documentation for this section has not yet been entered.
DocumentForWindow(NSWindow) : NSDocument
Documentation for this section has not yet been entered.
MakeDocument(MonoMac.Foundation.NSUrl, string, out MonoMac.Foundation.NSError) : MonoMac.Foundation.NSObject
Documentation for this section has not yet been entered.
MakeDocument(MonoMac.Foundation.NSUrl, MonoMac.Foundation.NSUrl, string, out MonoMac.Foundation.NSError) : MonoMac.Foundation.NSObject
Documentation for this section has not yet been entered.
MakeUntitledDocument(string, out MonoMac.Foundation.NSError) : MonoMac.Foundation.NSObject
Documentation for this section has not yet been entered.
NewDocument(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
NoteNewRecentDocument(NSDocument)
Documentation for this section has not yet been entered.
NoteNewRecentDocumentURL(MonoMac.Foundation.NSUrl)
Documentation for this section has not yet been entered.
OpenDocument(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
OpenDocument(MonoMac.Foundation.NSUrl, bool, OpenDocumentCompletionHandler)
Documentation for this section has not yet been entered.
OpenDocument(MonoMac.Foundation.NSUrl, bool, out MonoMac.Foundation.NSError) : MonoMac.Foundation.NSObject
Documentation for this section has not yet been entered.
OpenUntitledDocument(bool, out MonoMac.Foundation.NSError) : MonoMac.Foundation.NSObject
Documentation for this section has not yet been entered.
PresentError(MonoMac.Foundation.NSError) : bool
Documentation for this section has not yet been entered.
PresentError(MonoMac.Foundation.NSError, NSWindow, MonoMac.Foundation.NSObject, MonoMac.ObjCRuntime.Selector, IntPtr)
Documentation for this section has not yet been entered.
RemoveDocument(NSDocument)
Documentation for this section has not yet been entered.
ReopenDocument(MonoMac.Foundation.NSUrl, MonoMac.Foundation.NSUrl, out MonoMac.Foundation.NSError) : bool
Documentation for this section has not yet been entered.
static
RestoreWindow(string, MonoMac.Foundation.NSCoder, NSWindowCompletionHandler)
A constructor that initializes the object from the data stored in the unarchiver object.
ReviewUnsavedDocuments(string, bool, MonoMac.Foundation.NSObject, MonoMac.ObjCRuntime.Selector, IntPtr)
Documentation for this section has not yet been entered.
RunModalOpenPanelforTypes(NSOpenPanel, string[]) : int
Documentation for this section has not yet been entered.
SaveAllDocuments(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
TypeForUrl(MonoMac.Foundation.NSUrl, out MonoMac.Foundation.NSError) : string
Documentation for this section has not yet been entered.
UrlsFromRunningOpenPanel() : MonoMac.Foundation.NSUrl[]
Documentation for this section has not yet been entered.
ValidateUserInterfaceItem(MonoMac.Foundation.NSObject) : bool
Documentation for this section has not yet been entered.
WillPresentError(MonoMac.Foundation.NSError) : MonoMac.Foundation.NSError
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the NSDocumentController object.