Bindings: which object+property is being edited?

2009-03-17 Thread Jim Correia
Given an NSObjectController subclass, or an NSManagedObjectContext (with chained controllers), is it possible to determine the set of objects + properties currently being edited? The NSEditorRegistration protocol is untyped: - (void)objectDidBeginEditing:(id)editor; - (void)o

Re: Bindings: which object+property is being edited?

2009-03-17 Thread Keary Suska
On Mar 17, 2009, at 2:18 PM, Jim Correia wrote: Given an NSObjectController subclass, or an NSManagedObjectContext (with chained controllers), is it possible to determine the set of objects + properties currently being edited? The NSEditorRegistration protocol is untyped: - (void)