org.rococoa.cocoa.appkit.categories
Interface NSApplicationScriptingDelegation

All Superinterfaces:
ObjCObject

public interface NSApplicationScriptingDelegation
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 NSApplicationScriptingDelegation._static_
           
 
Method Summary
 boolean application_delegateHandlesKey(NSApplication sender, NSString key)
          Return YES if the receiving delegate object can respond to key value coding messages for a specific keyed attribute, to-one relationship, or to-many relationship.
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

application_delegateHandlesKey

boolean application_delegateHandlesKey(NSApplication sender,
                                       NSString key)
Return YES if the receiving delegate object can respond to key value coding messages for a specific keyed attribute, to-one relationship, or to-many relationship. Return NO otherwise.
Original signature : -(BOOL)application:(NSApplication*) delegateHandlesKey:(NSString*)
from NSApplicationScriptingDelegation native declaration : NSApplicationScripting.h:24



Copyright © 2009. All Rights Reserved.