NSPasteboard Class Reference
PDF
Overview
Tasks
Creating and Releasing a Pasteboard
Getting a Pasteboard’s Name
Writing Data (Mac OS X v10.6 and Later)
Reading Data (Mac OS X v10.6 and Later)
Writing Data (Mac OS X v10.5 and Earlier)
Reading Data (Mac OS X v10.5 and Earlier)
Determining Types (Mac OS X v10.5 and Earlier)
Noticing Changed Ownership (Mac OS X v10.5 and Earlier)
Class Methods
generalPasteboard
pasteboardByFilteringData:ofType:
pasteboardByFilteringFile:
pasteboardByFilteringTypesInPasteboard:
pasteboardWithName:
pasteboardWithUniqueName
typesFilterableTo:
Instance Methods
addTypes:owner:
availableTypeFromArray:
canReadItemWithDataConformingToTypes:
canReadObjectForClasses:options:
changeCount
clearContents
dataForType:
declareTypes:owner:
indexOfPasteboardItem:
name
pasteboardItems
propertyListForType:
readFileContentsType:toFile:
readFileWrapper
readObjectsForClasses:options:
releaseGlobally
setData:forType:
setPropertyList:forType:
setString:forType:
stringForType:
types
writeFileContents:
writeFileWrapper:
writeObjects:
Delegate Methods
pasteboard:provideDataForType:
pasteboardChangedOwner:
Constants
Pasteboard Names
Types for Standard Data (Mac OS X 10.6 and later)
Types for Standard Data (Mac OS X 10.5 and earlier)
Pasteboard Reading Options
Revision History
Index
COMPANION GUIDES
Pasteboard Programming Guide
Pasteboard Programming Topics for Cocoa
Drag and Drop Programming Topics for Cocoa
Services Implementation Guide