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 NSPasteboardNSObject. draggingPasteboard()static NSPasteboardNSPasteboard. generalPasteboard()static NSPasteboardNSPasteboard. pasteboardWithName(NSString name)Methods in org.eclipse.swt.internal.cocoa with parameters of type NSPasteboard Modifier and Type Method Description voidNSView. 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)
-