Up

NSSavePanel

Authors

Jonathan Gapen (jagapen@smithlab.chem.wisc.edu)
Nicola Pero (n.pero@mi.flashnet.it)
Mirko Viviani (mirko.viviani@rccr.cremona.it)
Standard panel for saving files

Copyright: (C) 1999, 2000 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the NSObject(NSOpenSavePanelDelegate) informal protocol
  2. Software documentation for the NSOpenSavePanelDelegate protocol

Software documentation for the NSObject(NSOpenSavePanelDelegate) informal protocol

NSObject(NSOpenSavePanelDelegate)

Declared in:
AppKit/NSSavePanel.h
Availability: OpenStep

Description forthcoming.
Method summary

panel: compareFilename: with: caseSensitive: 

- (NSComparisonResult) panel: (id)sender compareFilename: (NSString*)name1 with: (NSString*)name2 caseSensitive: (BOOL)caseSensitive;
Availability: OpenStep

Description forthcoming.

panel: didChangeToDirectoryURL: 

- (void) panel: (id)sender didChangeToDirectoryURL: (NSURL*)url;
Availability: OpenStep

Description forthcoming.

panel: directoryDidChange: 

- (void) panel: (id)sender directoryDidChange: (NSString*)path;
Availability: OpenStep

Description forthcoming.

panel: isValidFilename: 

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

Description forthcoming.

panel: shouldEnableURL: 

- (BOOL) panel: (id)sender shouldEnableURL: (NSURL*)url;
Availability: OpenStep

Description forthcoming.

panel: shouldShowFilename: 

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

Description forthcoming.

panel: userEnteredFilename: confirmed: 

- (NSString*) panel: (id)sender userEnteredFilename: (NSString*)filename confirmed: (BOOL)flag;
Availability: OpenStep

Description forthcoming.

panel: validateURL: error: 

- (BOOL) panel: (id)sender validateURL: (NSURL*)url error: (NSError**)error;
Availability: OpenStep

Description forthcoming.

panel: willExpand: 

- (void) panel: (id)sender willExpand: (BOOL)expand;
Availability: OpenStep

Description forthcoming.

panelSelectionDidChange: 

- (void) panelSelectionDidChange: (id)sender;
Availability: OpenStep

Description forthcoming.

Software documentation for the NSOpenSavePanelDelegate protocol

NSOpenSavePanelDelegate

Declared in:
AppKit/NSSavePanel.h
Conforms to:
NSObject
Availability: OpenStep

Description forthcoming.

Up