net.wotonomy.control
Class EOKeyValueCodingAdditions.Utility

java.lang.Object
  extended by net.wotonomy.foundation.NSKeyValueCodingAdditions.Utility
      extended by net.wotonomy.control.EOKeyValueCodingAdditions.Utility
Enclosing interface:
EOKeyValueCodingAdditions

public static class EOKeyValueCodingAdditions.Utility
extends net.wotonomy.foundation.NSKeyValueCodingAdditions.Utility

Static utilities methods that call the appropriate method if the object implements NSKeyValueCodingAdditions, otherwise calls the method on DefaultImplementation.


Constructor Summary
EOKeyValueCodingAdditions.Utility()
           
 
Method Summary
static void takeValuesFromDictionary(java.lang.Object object, java.util.Map dictionary)
          Calls the appropriate method if the object implements NSKeyValueCodingAdditions, otherwise calls the method on DefaultImplementation.
static net.wotonomy.foundation.NSDictionary valuesForKeys(java.lang.Object object, java.util.List keys)
          Calls the appropriate method if the object implements NSKeyValueCodingAdditions, otherwise calls the method on DefaultImplementation.
 
Methods inherited from class net.wotonomy.foundation.NSKeyValueCodingAdditions.Utility
takeValueForKeyPath, valueForKeyPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EOKeyValueCodingAdditions.Utility

public EOKeyValueCodingAdditions.Utility()
Method Detail

takeValuesFromDictionary

public static void takeValuesFromDictionary(java.lang.Object object,
                                            java.util.Map dictionary)
Calls the appropriate method if the object implements NSKeyValueCodingAdditions, otherwise calls the method on DefaultImplementation.


valuesForKeys

public static net.wotonomy.foundation.NSDictionary valuesForKeys(java.lang.Object object,
                                                                 java.util.List keys)
Calls the appropriate method if the object implements NSKeyValueCodingAdditions, otherwise calls the method on DefaultImplementation.



Copyright © 2006 null. All Rights Reserved.