Class NSPasteboard


  • public class NSPasteboard
    extends NSObject
    • Constructor Detail

      • NSPasteboard

        public NSPasteboard()
      • NSPasteboard

        public NSPasteboard​(long id)
      • NSPasteboard

        public NSPasteboard​(id id)
    • Method Detail

      • addTypes

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

        public NSString availableTypeFromArray​(NSArray types)
      • declareTypes

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

        public static NSPasteboard generalPasteboard()
      • propertyListForType

        public id propertyListForType​(NSString dataType)
      • setData

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

        public boolean setPropertyList​(id plist,
                                       NSString dataType)
      • writeObjects

        public boolean writeObjects​(NSArray objects)