![]() |
API 0.9.5
|
#import <CPOpenPanel.h>
Instance Methods | |
(BOOL) | - allowsMultipleSelection |
(BOOL) | - canChooseDirectories |
(BOOL) | - canChooseFiles |
(CPURL) | - directoryURL |
(CPInteger) | - runModal |
(void) | - setAllowsMultipleSelection: |
(void) | - setCanChooseDirectories: |
(void) | - setCanChooseFiles: |
(void) | - setDirectoryURL: |
(CPArray) | - URLs |
Class Methods | |
(id) | + openPanel |
Definition at line 2 of file CPOpenPanel.h.
- (BOOL) allowsMultipleSelection |
Synthesized accessor method.
Definition at line 105 of file CPOpenPanel.j.
- (BOOL) canChooseDirectories |
Synthesized accessor method.
Definition at line 89 of file CPOpenPanel.j.
- (BOOL) canChooseFiles |
Synthesized accessor method.
Definition at line 73 of file CPOpenPanel.j.
- (CPURL) directoryURL |
Synthesized accessor method.
Definition at line 121 of file CPOpenPanel.j.
+ (id) openPanel |
Definition at line 34 of file CPOpenPanel.j.
- (CPInteger) runModal |
Definition at line 39 of file CPOpenPanel.j.
- (void) setAllowsMultipleSelection: | (BOOL) | aValue |
Synthesized accessor method.
Definition at line 113 of file CPOpenPanel.j.
- (void) setCanChooseDirectories: | (BOOL) | aValue |
Synthesized accessor method.
Definition at line 97 of file CPOpenPanel.j.
- (void) setCanChooseFiles: | (BOOL) | aValue |
Synthesized accessor method.
Definition at line 81 of file CPOpenPanel.j.
- (void) setDirectoryURL: | (CPURL) | aValue |
Synthesized accessor method.
Definition at line 129 of file CPOpenPanel.j.
- (CPArray) URLs |
Definition at line 61 of file CPOpenPanel.j.