[Previous] [Up] [Next]

NSSavePanel

Authors

Richard Frith-Macdonald

Version: $Revision$

Date: $Date$

NSSavePanel

NSSavePanel

Declared in: Gui/NSSavePanel.h


Instance Variables

Methods


Class Methods

savePanel

+ (NSSavePanel*) savePanel;


Instances Methods

cancel:

- (void) cancel: (id)sender;

directory

- (NSString*) directory;

encodeWithCoder:

- (void) encodeWithCoder: (NSCoder*)coder;

initWithCoder:

- (id) initWithCoder: (NSCoder*)coder;

ok:

- (void) ok: (id)sender;

prompt

- (NSString*) prompt;

requiredFileType

- (NSString*) requiredFileType;

runModalForDirectory:

- (int) runModalForDirectory: (NSString*)path;

selectText:

- (void) selectText: (id)sender;

setAccessoryView:

- (void) setAccessoryView: (NSView*)aView;

setDelegate:

- (void) setDelegate: (id)anObject;

setDirectory:

- (void) setDirectory: (NSString*)path;

setPrompt:

- (void) setPrompt: (NSString*)prompt;

setRequiredFileType:

- (void) setRequiredFileType: (NSString*)type;

setTreatsFilePackagesAsDirectories:

- (void) setTreatsFilePackagesAsDirectories: (BOOL)flag;

setTitle:

- (void) setTitle: (NSString*)title;

title

- (NSString*) title;

treatsFilePackagesAsDirectories

- (BOOL) treatsFilePackagesAsDirectories;

validateVisibleColumns

- (void) validateVisibleColumns;

panel:compareFilename:with:caseSensitive:

- (NSComparisonResult) panel: (id)sender compareFilename: (NSString*)fileName1 with: (NSString *)fileName2 caseSensitive: (BOOL)flag;

panel:shouldShowFilename:

- (BOOL) panel: (id)sender shouldShowFilename: (NSString*)filename;

panel:isValidFilename:

- (BOOL) panel: (id)sender isValidFilename: (NSString*)filename;