NSPasteboard
Class at a Glance
Overview
Tasks
Constructors
Creating and Releasing an NSPasteboard Object
Referring to a Pasteboard by Name
Writing Data
Determining Types
Reading Data
Methods implemented by the owner
Constructors
Static Methods
generalPasteboard
pasteboardByFilteringData
pasteboardByFilteringFile
pasteboardByFilteringTypesInPasteboard
pasteboardWithName
pasteboardWithUniqueName
typesFilterableTo
Instance Methods
addTypes
availableTypeFromArray
changeCount
dataForType
declareTypes
name
propertyListForType
readFileContentsTypeToFile
readFileWrapper
releaseGlobally
setDataForType
setPropertyListForType
setStringForType
stringForType
types
writeFileContents
writeFileWrapper
Constants
Delegate Methods
pasteboardChangedOwner
pasteboardProvideDataForType
Index
Companion Guides
Pasteboard Programming Topics for Cocoa
Drag and Drop Programming Topics for Cocoa
System Services