|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSDeprecatedKeyValueCoding
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 |
---|
NSObject storedValueForKey(NSString key)
-(id)storedValueForKey:(NSString*)
void takeStoredValue_forKey(ObjCObject value, NSString key)
-(void)takeStoredValue:(id) forKey:(NSString*)
void takeValue_forKey(ObjCObject value, NSString key)
-(void)takeValue:(id) forKey:(NSString*)
void takeValue_forKeyPath(ObjCObject value, NSString keyPath)
-(void)takeValue:(id) forKeyPath:(NSString*)
NSObject handleQueryWithUnboundKey(NSString key)
-(id)handleQueryWithUnboundKey:(NSString*)
void handleTakeValue_forUnboundKey(ObjCObject value, NSString key)
-(void)handleTakeValue:(id) forUnboundKey:(NSString*)
void unableToSetNilForKey(NSString key)
-(void)unableToSetNilForKey:(NSString*)
NSDictionary valuesForKeys(NSArray keys)
-(NSDictionary*)valuesForKeys:(NSArray*)
void takeValuesFromDictionary(NSDictionary properties)
-(void)takeValuesFromDictionary:(NSDictionary*)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |