Up

NSWindowController

Authors

Fred Kiefer (FredKiefer@gmx.de)
Carl Lindberg (Carl.Lindberg@hbo.com)

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

Software documentation for the NSWindowController class

NSWindowController : NSObject

Declared in:
AppKit/NSWindowController.h
Conforms to:
NSCoding
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Method summary

close 

- (void) close;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


document 

- (id) document;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


initWithWindow: 

- (id) initWithWindow: (NSWindow*)window;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


initWithWindowNibName: 

- (id) initWithWindowNibName: (NSString*)windowNibName;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


initWithWindowNibName: owner: 

- (id) initWithWindowNibName: (NSString*)windowNibName owner: (id)owner;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


initWithWindowNibPath: owner: 

- (id) initWithWindowNibPath: (NSString*)windowNibPath owner: (id)owner;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


isWindowLoaded 

- (BOOL) isWindowLoaded;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


loadWindow 

- (void) loadWindow;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


owner 

- (id) owner;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setDocument: 

- (void) setDocument: (NSDocument*)document;
Availability: Not in OpenStep/MacOS-X

Sets the document associated with this controller. A document automatically calls this method when adding a window controller to its list of window controllers. You should not call this method directly when using NSWindowController with an NSDocument or subclass.


setDocumentEdited: 

- (void) setDocumentEdited: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setShouldCascadeWindows: 

- (void) setShouldCascadeWindows: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setShouldCloseDocument: 

- (void) setShouldCloseDocument: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setWindow: 

- (void) setWindow: (NSWindow*)aWindow;
Availability: Not in OpenStep/MacOS-X

Sets the window that this controller managers to aWindow. The old window is released.


setWindowFrameAutosaveName: 

- (void) setWindowFrameAutosaveName: (NSString*)name;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


shouldCascadeWindows 

- (BOOL) shouldCascadeWindows;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


shouldCloseDocument 

- (BOOL) shouldCloseDocument;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


showWindow: 

- (IBAction) showWindow: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


synchronizeWindowTitleWithDocumentName 

- (void) synchronizeWindowTitleWithDocumentName;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


window 

- (NSWindow*) window;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


windowDidLoad 

- (void) windowDidLoad;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


windowFrameAutosaveName 

- (NSString*) windowFrameAutosaveName;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


windowNibName 

- (NSString*) windowNibName;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


windowNibPath 

- (NSString*) windowNibPath;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


windowTitleForDocumentDisplayName: 

- (NSString*) windowTitleForDocumentDisplayName: (NSString*)displayName;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


windowWillLoad 

- (void) windowWillLoad;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.



Up