Uses of Class
org.eclipse.swt.internal.cocoa.NSPasteboard
-
Packages that use NSPasteboard Package Description org.eclipse.swt.internal.cocoa -
-
Uses of NSPasteboard in org.eclipse.swt.internal.cocoa
Methods in org.eclipse.swt.internal.cocoa that return NSPasteboard Modifier and Type Method Description NSPasteboard
NSObject. draggingPasteboard()
static NSPasteboard
NSPasteboard. generalPasteboard()
static NSPasteboard
NSPasteboard. pasteboardWithName(NSString name)
Methods in org.eclipse.swt.internal.cocoa with parameters of type NSPasteboard Modifier and Type Method Description void
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)
-