org.rococoa.cocoa.foundation.categories
Interface NSDeprecatedKeyValueCoding

All Superinterfaces:
ObjCObject

public interface NSDeprecatedKeyValueCoding
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 NSDeprecatedKeyValueCoding._static_
           
 
Method Summary
 NSObject handleQueryWithUnboundKey(NSString key)
          Original signature : -(id)handleQueryWithUnboundKey:(NSString*)
from NSDeprecatedKeyValueCoding native declaration : NSKeyValueCoding.h:187
 void handleTakeValue_forUnboundKey(ObjCObject value, NSString key)
          Original signature : -(void)handleTakeValue:(id) forUnboundKey:(NSString*)
from NSDeprecatedKeyValueCoding native declaration : NSKeyValueCoding.h:188
 NSObject storedValueForKey(NSString key)
          Original signature : -(id)storedValueForKey:(NSString*)
from NSDeprecatedKeyValueCoding native declaration : NSKeyValueCoding.h:180
 void takeStoredValue_forKey(ObjCObject value, NSString key)
          Original signature : -(void)takeStoredValue:(id) forKey:(NSString*)
from NSDeprecatedKeyValueCoding native declaration : NSKeyValueCoding.h:181
 void takeValue_forKey(ObjCObject value, NSString key)
          Methods that were deprecated in Mac OS 10.3.
 void takeValue_forKeyPath(ObjCObject value, NSString keyPath)
          Original signature : -(void)takeValue:(id) forKeyPath:(NSString*)
from NSDeprecatedKeyValueCoding native declaration : NSKeyValueCoding.h:186
 void takeValuesFromDictionary(NSDictionary properties)
          Original signature : -(void)takeValuesFromDictionary:(NSDictionary*)
from NSDeprecatedKeyValueCoding native declaration : NSKeyValueCoding.h:191
 void unableToSetNilForKey(NSString key)
          Original signature : -(void)unableToSetNilForKey:(NSString*)
from NSDeprecatedKeyValueCoding native declaration : NSKeyValueCoding.h:189
 NSDictionary valuesForKeys(NSArray keys)
          Original signature : -(NSDictionary*)valuesForKeys:(NSArray*)
from NSDeprecatedKeyValueCoding native declaration : NSKeyValueCoding.h:190
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

storedValueForKey

NSObject storedValueForKey(NSString key)
Original signature : -(id)storedValueForKey:(NSString*)
from NSDeprecatedKeyValueCoding native declaration : NSKeyValueCoding.h:180


takeStoredValue_forKey

void takeStoredValue_forKey(ObjCObject value,
                            NSString key)
Original signature : -(void)takeStoredValue:(id) forKey:(NSString*)
from NSDeprecatedKeyValueCoding native declaration : NSKeyValueCoding.h:181


takeValue_forKey

void takeValue_forKey(ObjCObject value,
                      NSString key)
Methods that were deprecated in Mac OS 10.3. Use the new, more consistently named, methods declared above instead.
Original signature : -(void)takeValue:(id) forKey:(NSString*)
from NSDeprecatedKeyValueCoding native declaration : NSKeyValueCoding.h:185


takeValue_forKeyPath

void takeValue_forKeyPath(ObjCObject value,
                          NSString keyPath)
Original signature : -(void)takeValue:(id) forKeyPath:(NSString*)
from NSDeprecatedKeyValueCoding native declaration : NSKeyValueCoding.h:186


handleQueryWithUnboundKey

NSObject handleQueryWithUnboundKey(NSString key)
Original signature : -(id)handleQueryWithUnboundKey:(NSString*)
from NSDeprecatedKeyValueCoding native declaration : NSKeyValueCoding.h:187


handleTakeValue_forUnboundKey

void handleTakeValue_forUnboundKey(ObjCObject value,
                                   NSString key)
Original signature : -(void)handleTakeValue:(id) forUnboundKey:(NSString*)
from NSDeprecatedKeyValueCoding native declaration : NSKeyValueCoding.h:188


unableToSetNilForKey

void unableToSetNilForKey(NSString key)
Original signature : -(void)unableToSetNilForKey:(NSString*)
from NSDeprecatedKeyValueCoding native declaration : NSKeyValueCoding.h:189


valuesForKeys

NSDictionary valuesForKeys(NSArray keys)
Original signature : -(NSDictionary*)valuesForKeys:(NSArray*)
from NSDeprecatedKeyValueCoding native declaration : NSKeyValueCoding.h:190


takeValuesFromDictionary

void takeValuesFromDictionary(NSDictionary properties)
Original signature : -(void)takeValuesFromDictionary:(NSDictionary*)
from NSDeprecatedKeyValueCoding native declaration : NSKeyValueCoding.h:191



Copyright © 2009. All Rights Reserved.