![]() |
API 0.9.5
|
#import <CPSavePanel.h>
Inheritance diagram for CPSavePanel:Instance Methods | |
| (CPArray) | - allowedFileTypes |
| (BOOL) | - allowsOtherFileTypes |
| (BOOL) | - canCreateDirectories |
| (BOOL) | - canSelectHiddenExtension |
| (id) | - init |
| (BOOL) | - isExtensionHidden |
| (CPInteger) | - runModal |
| (void) | - setAllowedFileTypes: |
| (void) | - setAllowsOtherFileTypes: |
| (void) | - setCanCreateDirectories: |
| (void) | - setCanSelectHiddenExtension: |
| (void) | - setExtensionHidden: |
| (CPURL) | - URL |
Class Methods | |
| (id) | + savePanel |
Definition at line 2 of file CPSavePanel.h.
| - (CPArray) allowedFileTypes |
Synthesized accessor method.
Definition at line 158 of file CPSavePanel.j.
| - (BOOL) allowsOtherFileTypes |
Synthesized accessor method.
Definition at line 126 of file CPSavePanel.j.
| - (BOOL) canCreateDirectories |
Synthesized accessor method.
Definition at line 142 of file CPSavePanel.j.
| - (BOOL) canSelectHiddenExtension |
Synthesized accessor method.
Definition at line 110 of file CPSavePanel.j.
| - (id) init |
Reimplemented from CPWindow.
Definition at line 42 of file CPSavePanel.j.
| - (BOOL) isExtensionHidden |
Synthesized accessor method.
Definition at line 94 of file CPSavePanel.j.
| - (CPInteger) runModal |
Definition at line 52 of file CPSavePanel.j.
| + (id) savePanel |
Definition at line 37 of file CPSavePanel.j.
| - (void) setAllowedFileTypes: | (CPArray) | aValue |
Synthesized accessor method.
Definition at line 166 of file CPSavePanel.j.
| - (void) setAllowsOtherFileTypes: | (BOOL) | aValue |
Synthesized accessor method.
Definition at line 134 of file CPSavePanel.j.
| - (void) setCanCreateDirectories: | (BOOL) | aValue |
Synthesized accessor method.
Definition at line 150 of file CPSavePanel.j.
| - (void) setCanSelectHiddenExtension: | (BOOL) | aValue |
Synthesized accessor method.
Definition at line 118 of file CPSavePanel.j.
| - (void) setExtensionHidden: | (BOOL) | aValue |
Synthesized accessor method.
Definition at line 102 of file CPSavePanel.j.
| - (CPURL) URL |
Definition at line 82 of file CPSavePanel.j.