|
|||||||||
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)
|
void |
handleTakeValue_forUnboundKey(org.rococoa.ID value,
NSString key)
|
NSObject |
storedValueForKey(NSString key)
|
void |
takeStoredValue_forKey(org.rococoa.ID value,
NSString key)
|
void |
takeValue_forKey(org.rococoa.ID value,
NSString key)
Methods that were deprecated in Mac OS 10.3. |
void |
takeValue_forKeyPath(org.rococoa.ID value,
NSString keyPath)
|
void |
takeValuesFromDictionary(NSDictionary properties)
|
void |
unableToSetNilForKey(NSString key)
|
NSDictionary |
valuesForKeys(NSArray keys)
|
Method Detail |
---|
NSObject storedValueForKey(NSString key)
void takeStoredValue_forKey(org.rococoa.ID value, NSString key)
void takeValue_forKey(org.rococoa.ID value, NSString key)
-(void)takeValue:(id) forKey:(NSString*)
void takeValue_forKeyPath(org.rococoa.ID value, NSString keyPath)
NSObject handleQueryWithUnboundKey(NSString key)
void handleTakeValue_forUnboundKey(org.rococoa.ID value, NSString key)
void unableToSetNilForKey(NSString key)
NSDictionary valuesForKeys(NSArray keys)
void takeValuesFromDictionary(NSDictionary properties)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |