Uses of Class
org.eclipse.swt.internal.cocoa.NSPasteboard
Packages that use NSPasteboard
-
Uses of NSPasteboard in org.eclipse.swt.internal.cocoa
Methods in org.eclipse.swt.internal.cocoa that return NSPasteboardModifier and TypeMethodDescriptionNSObject.draggingPasteboard()
static NSPasteboard
NSPasteboard.generalPasteboard()
static NSPasteboard
NSPasteboard.pasteboardWithName
(NSString name) Methods in org.eclipse.swt.internal.cocoa with parameters of type NSPasteboardModifier and TypeMethodDescriptionvoid
NSView.dragImage
(NSImage anImage, NSPoint viewLocation, NSSize initialOffset, NSEvent event, NSPasteboard pboard, id sourceObj, boolean slideFlag) boolean
NSObject.readSelectionFromPasteboard
(NSPasteboard pboard) static NSURL
NSURL.URLFromPasteboard
(NSPasteboard pasteBoard) boolean
NSObject.writeSelectionToPasteboard
(NSPasteboard pboard, NSArray types)