Uses of Class
com.jniwrapper.macosx.cocoa.nspasteboard.NSPasteboard

Packages that use NSPasteboard
com.jniwrapper.macosx.cocoa.nscolor   
com.jniwrapper.macosx.cocoa.nsimage   
com.jniwrapper.macosx.cocoa.nsimagerep   
com.jniwrapper.macosx.cocoa.nsmovie   
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nspasteboard   
com.jniwrapper.macosx.cocoa.nssound   
com.jniwrapper.macosx.cocoa.nstextview   
com.jniwrapper.macosx.cocoa.nsurl   
com.jniwrapper.macosx.cocoa.nsview   
com.jniwrapper.macosx.cocoa.nswindow   
 

Uses of NSPasteboard in com.jniwrapper.macosx.cocoa.nscolor
 

Methods in com.jniwrapper.macosx.cocoa.nscolor with parameters of type NSPasteboard
 void NSColor.writeToPasteboard(NSPasteboard pasteBoard)
           
static com.jniwrapper.Pointer.Void NSColor.static_colorFromPasteboard(NSPasteboard pasteBoard)
           
 

Uses of NSPasteboard in com.jniwrapper.macosx.cocoa.nsimage
 

Methods in com.jniwrapper.macosx.cocoa.nsimage with parameters of type NSPasteboard
static com.jniwrapper.Bool NSImage.static_canInitWithPasteboard(NSPasteboard pasteboard)
           
 Id NSImage.initWithPasteboard(NSPasteboard pasteboard)
           
 

Uses of NSPasteboard in com.jniwrapper.macosx.cocoa.nsimagerep
 

Methods in com.jniwrapper.macosx.cocoa.nsimagerep with parameters of type NSPasteboard
static NSImageRep NSImageRep.NSImageRep_imageRepWithPasteboard(NSPasteboard pasteboard)
          This method represents the imageRepWithPasteboard static constructor of the NSImageRep Objective-C class.
static com.jniwrapper.Pointer.Void NSImageRep.static_imageRepsWithPasteboard(NSPasteboard pasteboard)
           
static com.jniwrapper.Bool NSImageRep.static_canInitWithPasteboard(NSPasteboard pasteboard)
           
 

Uses of NSPasteboard in com.jniwrapper.macosx.cocoa.nsmovie
 

Methods in com.jniwrapper.macosx.cocoa.nsmovie with parameters of type NSPasteboard
static com.jniwrapper.Bool NSMovie.static_canInitWithPasteboard(NSPasteboard pasteboard)
           
 Id NSMovie.initWithPasteboard(NSPasteboard pasteboard)
           
 

Uses of NSPasteboard in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSPasteboard
 com.jniwrapper.Bool NSObject.textView_writeCell_atIndex_toPasteboard_type(NSTextView view, Id cell, com.jniwrapper.UInt16 charIndex, NSPasteboard pboard, java.lang.String type)
          This method represents the textView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.tableView_writeRows_toPasteboard(NSTableView tv, NSArray rows, NSPasteboard pboard)
          This method represents the tableView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.outlineView_writeItems_toPasteboard(NSOutlineView olv, NSArray items, NSPasteboard pboard)
          This method represents the outlineView() method of the NSObject Objective-C class.
 void NSObject.pasteboard_provideDataForType(NSPasteboard sender, java.lang.String type)
          This method represents the pasteboard() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.writeSelectionToPasteboard_types(NSPasteboard pboard, NSArray types)
          This method represents the writeSelectionToPasteboard() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.readSelectionFromPasteboard(NSPasteboard pboard)
           
 void NSObject.pasteboardChangedOwner(NSPasteboard sender)
           
 

Uses of NSPasteboard in com.jniwrapper.macosx.cocoa.nspasteboard
 

Methods in com.jniwrapper.macosx.cocoa.nspasteboard with parameters of type NSPasteboard
static com.jniwrapper.Pointer.Void NSPasteboard.static_pasteboardByFilteringTypesInPasteboard(NSPasteboard pboard)
           
 

Uses of NSPasteboard in com.jniwrapper.macosx.cocoa.nssound
 

Methods in com.jniwrapper.macosx.cocoa.nssound with parameters of type NSPasteboard
 Id NSSound.initWithPasteboard(NSPasteboard pasteboard)
           
static com.jniwrapper.Bool NSSound.static_canInitWithPasteboard(NSPasteboard pasteboard)
           
 void NSSound.writeToPasteboard(NSPasteboard pasteboard)
           
 

Uses of NSPasteboard in com.jniwrapper.macosx.cocoa.nstextview
 

Methods in com.jniwrapper.macosx.cocoa.nstextview with parameters of type NSPasteboard
 com.jniwrapper.Bool NSTextView.writeSelectionToPasteboard_type(NSPasteboard pboard, java.lang.String type)
          This method represents the writeSelectionToPasteboard() method of the NSTextView Objective-C class.
 com.jniwrapper.Bool NSTextView.writeSelectionToPasteboard_types(NSPasteboard pboard, NSArray types)
          This method represents the writeSelectionToPasteboard() method of the NSTextView Objective-C class.
 com.jniwrapper.Bool NSTextView.readSelectionFromPasteboard_type(NSPasteboard pboard, java.lang.String type)
          This method represents the readSelectionFromPasteboard() method of the NSTextView Objective-C class.
 com.jniwrapper.Bool NSTextView.readSelectionFromPasteboard(NSPasteboard pboard)
           
 

Uses of NSPasteboard in com.jniwrapper.macosx.cocoa.nsurl
 

Methods in com.jniwrapper.macosx.cocoa.nsurl with parameters of type NSPasteboard
static com.jniwrapper.Pointer.Void NSURL.static_URLFromPasteboard(NSPasteboard pasteBoard)
           
 void NSURL.writeToPasteboard(NSPasteboard pasteBoard)
           
 

Uses of NSPasteboard in com.jniwrapper.macosx.cocoa.nsview
 

Methods in com.jniwrapper.macosx.cocoa.nsview with parameters of type NSPasteboard
 void NSView.writePDFInsideRect_toPasteboard(NSRect rect, NSPasteboard pasteboard)
          This method represents the writePDFInsideRect() method of the NSView Objective-C class.
 void NSView.dragImage_at_offset_event_pasteboard_source_slideBack(NSImage anImage, NSPoint viewLocation, NSSize initialOffset, NSEvent event, NSPasteboard pboard, Id sourceObj, boolean slideFlag)
          This method represents the dragImage() method of the NSView Objective-C class.
 void NSView.writeEPSInsideRect_toPasteboard(NSRect rect, NSPasteboard pasteboard)
          This method represents the writeEPSInsideRect() method of the NSView Objective-C class.
 

Uses of NSPasteboard in com.jniwrapper.macosx.cocoa.nswindow
 

Methods in com.jniwrapper.macosx.cocoa.nswindow with parameters of type NSPasteboard
 void NSWindow.dragImage_at_offset_event_pasteboard_source_slideBack(NSImage anImage, NSPoint baseLocation, NSSize initialOffset, NSEvent event, NSPasteboard pboard, Id sourceObj, boolean slideFlag)
          This method represents the dragImage() method of the NSWindow Objective-C class.