Developer Documentation
PATH  Mac OS X Documentation > Application Kit Reference: Objective-C

Table of Contents

NSURL Additions


Inherits from:
NSObject
Conforms to:
NSObject
(NSObject)
Declared in:
AppKit/NSPasteboard.h




Class Description


The Application Kit extends the Foundation Kit's NSURL class by adding support for pasteboards.


Class Methods



URLFromPasteboard:

+ (NSURL *)URLFromPasteboard:(NSPasteboard *)pasteBoard

Description forthcoming.


Instance Methods



writeToPasteboard:

- (void)writeToPasteboard:(NSPasteboard *)pasteBoard

Description forthcoming.


Table of Contents