Class NSPasteboard


public class NSPasteboard extends NSObject
  • Constructor Details

    • NSPasteboard

      public NSPasteboard()
    • NSPasteboard

      public NSPasteboard(long id)
    • NSPasteboard

      public NSPasteboard(id id)
  • Method Details

    • addTypes

      public long addTypes(NSArray newTypes, id newOwner)
    • availableTypeFromArray

      public NSString availableTypeFromArray(NSArray types)
    • dataForType

      public NSData dataForType(NSString dataType)
    • declareTypes

      public long declareTypes(NSArray newTypes, id newOwner)
    • generalPasteboard

      public static NSPasteboard generalPasteboard()
    • pasteboardWithName

      public static NSPasteboard pasteboardWithName(NSString name)
    • propertyListForType

      public id propertyListForType(NSString dataType)
    • setData

      public boolean setData(NSData data, NSString dataType)
    • setPropertyList

      public boolean setPropertyList(id plist, NSString dataType)
    • setString

      public boolean setString(NSString string, NSString dataType)
    • stringForType

      public NSString stringForType(NSString dataType)
    • types

      public NSArray types()
    • writeObjects

      public boolean writeObjects(NSArray objects)