Up
Authors
- Fred Kiefer (
FredKiefer@gmx.de
)
-
- Carl Lindberg (
Carl.Lindberg@hbo.com
)
-
Copyright: (C) 2000 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSWindowController.h
- Conforms to:
- NSCoding
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Method summary
- (void) close;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (id) document;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (id) initWithWindow: (NSWindow*)window;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (id) initWithWindowNibName: (NSString*)windowNibName;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (id) initWithWindowNibName: (NSString*)windowNibName owner: (id)owner;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (id) initWithWindowNibPath: (NSString*)windowNibPath owner: (id)owner;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL) isWindowLoaded;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) loadWindow;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (id) owner;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (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.
- (void) setDocumentEdited: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setShouldCascadeWindows: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setShouldCloseDocument: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setWindow: (NSWindow*)aWindow;
Availability: Not in OpenStep/MacOS-X
Sets the window that this controller managers to
aWindow. The old window is released.
- (void) setWindowFrameAutosaveName: (NSString*)name;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL) shouldCascadeWindows;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL) shouldCloseDocument;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (IBAction) showWindow: (id)sender;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) synchronizeWindowTitleWithDocumentName;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSWindow*) window;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) windowDidLoad;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSString*) windowFrameAutosaveName;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSString*) windowNibName;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSString*) windowNibPath;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSString*) windowTitleForDocumentDisplayName: (NSString*)displayName;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) windowWillLoad;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Up