[Previous]
[Up]
[Next]
NSSavePanel
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Gui/NSSavePanel.h
Instance Variables
Methods
Class Methods
+ (NSSavePanel*) savePanel;
Instances Methods
- (void) cancel: (id)sender;
- (NSString*) directory;
- (void) encodeWithCoder: (NSCoder*)coder;
- (id) initWithCoder: (NSCoder*)coder;
- (void) ok: (id)sender;
- (NSString*) prompt;
- (NSString*) requiredFileType;
- (int) runModalForDirectory: (NSString*)path;
- (void) selectText: (id)sender;
- (void) setAccessoryView: (NSView*)aView;
- (void) setDelegate: (id)anObject;
- (void) setDirectory: (NSString*)path;
- (void) setPrompt: (NSString*)prompt;
- (void) setRequiredFileType: (NSString*)type;
- (void) setTreatsFilePackagesAsDirectories: (BOOL)flag;
- (void) setTitle: (NSString*)title;
- (NSString*) title;
- (BOOL) treatsFilePackagesAsDirectories;
- (void) validateVisibleColumns;
- (NSComparisonResult) panel: (id)sender compareFilename: (NSString*)fileName1 with: (NSString *)fileName2 caseSensitive: (BOOL)flag;
- (BOOL) panel: (id)sender shouldShowFilename: (NSString*)filename;
- (BOOL) panel: (id)sender isValidFilename: (NSString*)filename;