NSObject (EOKeyValueCoding)
Declared In: EOKeyValueCoding.h
Methods: + accessInstanceVariablesDirectly , + flushAllKeyBindings , - handleTakeValue:forUnboundKey: , - handleQueryWithUnboundKey: , - unableToSetNullForKey: , - takeValuesFromDictionary: , - valuesForKeys: , - takeValue:forKey: , - valueForKey: , + useStoredAccessor , - takeStoredValue:forKey: , - storedValueForKey:


Category Description
No category description.


Method Types
+ accessInstanceVariablesDirectly
+ flushAllKeyBindings
- handleTakeValue:forUnboundKey:
- handleQueryWithUnboundKey:
- unableToSetNullForKey:
- takeValuesFromDictionary:
- valuesForKeys:
- takeValue:forKey:
- valueForKey:
+ useStoredAccessor
- takeStoredValue:forKey:
- storedValueForKey:


Class Methods
accessInstanceVariablesDirectly
+ (BOOL)accessInstanceVariablesDirectly
No method description.

flushAllKeyBindings
+ (void)flushAllKeyBindings
No method description.

useStoredAccessor
+ (BOOL)useStoredAccessor
No method description.


Instance Methods
handleQueryWithUnboundKey:
- (id)handleQueryWithUnboundKey:(NSString *)_key
No method description.

handleTakeValue:forUnboundKey:
- (void)handleTakeValue:(id)_value forUnboundKey:(NSString *)_key
No method description.

storedValueForKey:
- (id)storedValueForKey:(NSString *)_key
No method description.

takeStoredValue:forKey:
- (void)takeStoredValue:(id)_value forKey:(NSString *)_key
No method description.

takeValue:forKey:
- (void)takeValue:(id)_value forKey:(NSString *)_key
No method description.

takeValuesFromDictionary:
- (void)takeValuesFromDictionary:(NSDictionary *)_dictionary
No method description.

unableToSetNullForKey:
- (void)unableToSetNullForKey:(NSString *)_key
No method description.

valueForKey:
- (id)valueForKey:(NSString *)_key
No method description.

valuesForKeys:
- (NSDictionary *)valuesForKeys:(NSArray *)_keys
No method description.


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.