[Previous]
[Up]
[Next]
NSOpenPanel
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Gui/NSOpenPanel.h
Inherits from: NSSavePanel
Conforms to: NSObject
Instance Variables
Methods
Class Methods
+ (NSOpenPanel*) openPanel;
Instances Methods
- (BOOL) allowsMultipleSelection;
- (BOOL) canChooseDirectories;
- (BOOL) canChooseFiles;
- (NSArray*) filenames;
- (int) runModalForDirectory: (NSString*)directory file: (NSString *)filename types: (NSArray*)fileTypes;
- (int) runModalForTypes: (NSArray*)fileTypes;
- (void) setAllowsMultipleSelection: (BOOL)flag;
- (void) setCanChooseDirectories: (BOOL)flag;
- (void) setCanChooseFiles: (BOOL)flag;
- (NSArray*) URLs;