|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSPasteboard
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 |
---|
NSArray writablePasteboardTypes()
-(NSArray*)writablePasteboardTypes
boolean writeSelectionToPasteboard_type(NSPasteboard pboard, NSString type)
-(BOOL)writeSelectionToPasteboard:(NSPasteboard*) type:(NSString*)
boolean writeSelectionToPasteboard_types(NSPasteboard pboard, NSArray types)
-(BOOL)writeSelectionToPasteboard:(NSPasteboard*) types:(NSArray*)
NSArray readablePasteboardTypes()
-(NSArray*)readablePasteboardTypes
NSString preferredPasteboardTypeFromArray_restrictedToTypesFromArray(NSArray availableTypes, NSArray allowedTypes)
-(NSString*)preferredPasteboardTypeFromArray:(NSArray*) restrictedToTypesFromArray:(NSArray*)
boolean readSelectionFromPasteboard_type(NSPasteboard pboard, NSString type)
-(BOOL)readSelectionFromPasteboard:(NSPasteboard*) type:(NSString*)
boolean readSelectionFromPasteboard(NSPasteboard pboard)
-(BOOL)readSelectionFromPasteboard:(NSPasteboard*)
NSObject validRequestorForSendType_returnType(NSString sendType, NSString returnType)
-(id)validRequestorForSendType:(NSString*) returnType:(NSString*)
void pasteAsPlainText(ObjCObject sender)
-(void)pasteAsPlainText:(id)
void pasteAsRichText(ObjCObject sender)
-(void)pasteAsRichText:(id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |