org.rococoa.cocoa.appkit.categories
Interface NSPasteboard

All Superinterfaces:
ObjCObject

public interface NSPasteboard
extends ObjCObject

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static interface NSPasteboard._static_
           
 
Method Summary
 void pasteAsPlainText(ObjCObject sender)
          Original signature : -(void)pasteAsPlainText:(id)
from NSPasteboard native declaration : NSTextView.h:285
 void pasteAsRichText(ObjCObject sender)
          Original signature : -(void)pasteAsRichText:(id)
from NSPasteboard native declaration : NSTextView.h:286
 NSString preferredPasteboardTypeFromArray_restrictedToTypesFromArray(NSArray availableTypes, NSArray allowedTypes)
          Original signature : -(NSString*)preferredPasteboardTypeFromArray:(NSArray*) restrictedToTypesFromArray:(NSArray*)
from NSPasteboard native declaration : NSTextView.h:270
 NSArray readablePasteboardTypes()
          Original signature : -(NSArray*)readablePasteboardTypes
from NSPasteboard native declaration : NSTextView.h:267
 boolean readSelectionFromPasteboard_type(NSPasteboard pboard, NSString type)
          Original signature : -(BOOL)readSelectionFromPasteboard:(NSPasteboard*) type:(NSString*)
from NSPasteboard native declaration : NSTextView.h:273
 boolean readSelectionFromPasteboard(NSPasteboard pboard)
          Original signature : -(BOOL)readSelectionFromPasteboard:(NSPasteboard*)
from NSPasteboard native declaration : NSTextView.h:276
 NSObject validRequestorForSendType_returnType(NSString sendType, NSString returnType)
          Original signature : -(id)validRequestorForSendType:(NSString*) returnType:(NSString*)
from NSPasteboard native declaration : NSTextView.h:282
 NSArray writablePasteboardTypes()
          Original signature : -(NSArray*)writablePasteboardTypes
from NSPasteboard native declaration : NSTextView.h:257
 boolean writeSelectionToPasteboard_type(NSPasteboard pboard, NSString type)
          Original signature : -(BOOL)writeSelectionToPasteboard:(NSPasteboard*) type:(NSString*)
from NSPasteboard native declaration : NSTextView.h:260
 boolean writeSelectionToPasteboard_types(NSPasteboard pboard, NSArray types)
          Original signature : -(BOOL)writeSelectionToPasteboard:(NSPasteboard*) types:(NSArray*)
from NSPasteboard native declaration : NSTextView.h:263
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

writablePasteboardTypes

NSArray writablePasteboardTypes()
Original signature : -(NSArray*)writablePasteboardTypes
from NSPasteboard native declaration : NSTextView.h:257


writeSelectionToPasteboard_type

boolean writeSelectionToPasteboard_type(NSPasteboard pboard,
                                        NSString type)
Original signature : -(BOOL)writeSelectionToPasteboard:(NSPasteboard*) type:(NSString*)
from NSPasteboard native declaration : NSTextView.h:260


writeSelectionToPasteboard_types

boolean writeSelectionToPasteboard_types(NSPasteboard pboard,
                                         NSArray types)
Original signature : -(BOOL)writeSelectionToPasteboard:(NSPasteboard*) types:(NSArray*)
from NSPasteboard native declaration : NSTextView.h:263


readablePasteboardTypes

NSArray readablePasteboardTypes()
Original signature : -(NSArray*)readablePasteboardTypes
from NSPasteboard native declaration : NSTextView.h:267


preferredPasteboardTypeFromArray_restrictedToTypesFromArray

NSString preferredPasteboardTypeFromArray_restrictedToTypesFromArray(NSArray availableTypes,
                                                                     NSArray allowedTypes)
Original signature : -(NSString*)preferredPasteboardTypeFromArray:(NSArray*) restrictedToTypesFromArray:(NSArray*)
from NSPasteboard native declaration : NSTextView.h:270


readSelectionFromPasteboard_type

boolean readSelectionFromPasteboard_type(NSPasteboard pboard,
                                         NSString type)
Original signature : -(BOOL)readSelectionFromPasteboard:(NSPasteboard*) type:(NSString*)
from NSPasteboard native declaration : NSTextView.h:273


readSelectionFromPasteboard

boolean readSelectionFromPasteboard(NSPasteboard pboard)
Original signature : -(BOOL)readSelectionFromPasteboard:(NSPasteboard*)
from NSPasteboard native declaration : NSTextView.h:276


validRequestorForSendType_returnType

NSObject validRequestorForSendType_returnType(NSString sendType,
                                              NSString returnType)
Original signature : -(id)validRequestorForSendType:(NSString*) returnType:(NSString*)
from NSPasteboard native declaration : NSTextView.h:282


pasteAsPlainText

void pasteAsPlainText(ObjCObject sender)
Original signature : -(void)pasteAsPlainText:(id)
from NSPasteboard native declaration : NSTextView.h:285


pasteAsRichText

void pasteAsRichText(ObjCObject sender)
Original signature : -(void)pasteAsRichText:(id)
from NSPasteboard native declaration : NSTextView.h:286



Copyright © 2009. All Rights Reserved.