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 NSPasteboardNSPasteboard.generalPasteboard()static NSPasteboardNSPasteboard.pasteboardWithName(NSString name) Methods in org.eclipse.swt.internal.cocoa with parameters of type NSPasteboardModifier and TypeMethodDescriptionvoidNSView.dragImage(NSImage anImage, NSPoint viewLocation, NSSize initialOffset, NSEvent event, NSPasteboard pboard, id sourceObj, boolean slideFlag) booleanNSObject.readSelectionFromPasteboard(NSPasteboard pboard) static NSURLNSURL.URLFromPasteboard(NSPasteboard pasteBoard) booleanNSObject.writeSelectionToPasteboard(NSPasteboard pboard, NSArray types)