Exemple #1
0
 // ----------------------------------------------------------
 public Object valueForKeyPath(String keyPath) {
   return NSKeyValueCodingAdditions.DefaultImplementation.valueForKeyPath(this, keyPath);
 }
Exemple #2
0
 // ----------------------------------------------------------
 public void takeValueForKeyPath(Object value, String keyPath) {
   NSKeyValueCodingAdditions.DefaultImplementation.takeValueForKeyPath(this, value, keyPath);
 }