NSWindowController

Authors

Generated by fedor

Copyright: (C) 2000 Free Software Foundation, Inc.

Software documentation for the NSWindowController class

NSWindowController : NSObject

Declared: AppKit/NSWindowController.h
Conform: NSCoding

close

- (void) close;


document

- (id) document;


initWithWindow:

- (id) initWithWindow: (NSWindow*)window;


initWithWindowNibName:

- (id) initWithWindowNibName: (NSString*)windowNibName;


initWithWindowNibName:owner:

- (id) initWithWindowNibName: (NSString*)windowNibName owner: (id)owner;


initWithWindowNibPath:owner:

- (id) initWithWindowNibPath: (NSString*)windowNibPath owner: (id)owner;


isWindowLoaded

- (BOOL) isWindowLoaded;


loadWindow

- (void) loadWindow;


owner

- (id) owner;


setDocument:

- (void) setDocument: (NSDocument*)document;


setDocumentEdited:

- (void) setDocumentEdited: (BOOL)flag;


setShouldCascadeWindows:

- (void) setShouldCascadeWindows: (BOOL)flag;


setShouldCloseDocument:

- (void) setShouldCloseDocument: (BOOL)flag;


setWindow:

- (void) setWindow: (NSWindow*)aWindow;


setWindowFrameAutosaveName:

- (void) setWindowFrameAutosaveName: (NSString*)name;


shouldCascadeWindows

- (BOOL) shouldCascadeWindows;


shouldCloseDocument

- (BOOL) shouldCloseDocument;


showWindow:

- (IBAction) showWindow: (id)sender;


synchronizeWindowTitleWithDocumentName

- (void) synchronizeWindowTitleWithDocumentName;


window

- (NSWindow*) window;


windowDidLoad

- (void) windowDidLoad;


windowFrameAutosaveName

- (NSString*) windowFrameAutosaveName;


windowNibName

- (NSString*) windowNibName;


windowNibPath

- (NSString*) windowNibPath;


windowTitleForDocumentDisplayName:

- (NSString*) windowTitleForDocumentDisplayName: (NSString*)displayName;


windowWillLoad

- (void) windowWillLoad;