org.rococoa.cocoa.appkit.categories
Interface NSDrag

All Superinterfaces:
ObjCObject

public interface NSDrag
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 NSDrag._static_
           
 
Method Summary
 void registerForDraggedTypes(NSArray newTypes)
          Original signature : -(void)registerForDraggedTypes:(NSArray*)
from NSDrag native declaration : NSWindow.h:652
 void unregisterDraggedTypes()
          Original signature : -(void)unregisterDraggedTypes
from NSDrag native declaration : NSWindow.h:653
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

registerForDraggedTypes

void registerForDraggedTypes(NSArray newTypes)
Original signature : -(void)registerForDraggedTypes:(NSArray*)
from NSDrag native declaration : NSWindow.h:652


unregisterDraggedTypes

void unregisterDraggedTypes()
Original signature : -(void)unregisterDraggedTypes
from NSDrag native declaration : NSWindow.h:653



Copyright © 2009. All Rights Reserved.