org.rococoa.cocoa.appkit.categories
Interface NSPasteboardOwner

All Superinterfaces:
ObjCObject

public interface NSPasteboardOwner
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 NSPasteboardOwner._static_
           
 
Method Summary
 void pasteboard_provideDataForType(NSPasteboard sender, NSString type)
          Original signature : -(void)pasteboard:(NSPasteboard*) provideDataForType:(NSString*)
from NSPasteboardOwner native declaration : NSPasteboard.h:155
 void pasteboardChangedOwner(NSPasteboard sender)
          Original signature : -(void)pasteboardChangedOwner:(NSPasteboard*)
from NSPasteboardOwner native declaration : NSPasteboard.h:156
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

pasteboard_provideDataForType

void pasteboard_provideDataForType(NSPasteboard sender,
                                   NSString type)
Original signature : -(void)pasteboard:(NSPasteboard*) provideDataForType:(NSString*)
from NSPasteboardOwner native declaration : NSPasteboard.h:155


pasteboardChangedOwner

void pasteboardChangedOwner(NSPasteboard sender)
Original signature : -(void)pasteboardChangedOwner:(NSPasteboard*)
from NSPasteboardOwner native declaration : NSPasteboard.h:156



Copyright © 2009. All Rights Reserved.