Author: qmathe Date: Wed May 28 11:59:15 2008 New Revision: 3131 URL: http://svn.gna.org/viewcvs/etoile?rev=3131&view=rev Log: Worked out a preliminary controller layer modeled after Cocoa bindings. It currently exists as a category on ETContainer so you can wire actions directly to the container, but the long-term plan is to turn the category into a standalone subclass of NSObjectController. In addition to the better compatibility with the bindings model, this would also make ETContainer more lightweight since not all containers need a controller and its related ivars. It also paves the way to the future component layer as a specialized controller layer.
* ETContainer Added ivars needed by ETController. * ETContainer+Controller Added many new methods and wrote almost all documentation. Modified: branches/qmathe/Container/ETContainer+Controller.h branches/qmathe/Container/ETContainer+Controller.m branches/qmathe/Container/ETContainer.h _______________________________________________ Etoile-cvs mailing list Etoile-cvs@gna.org https://mail.gna.org/listinfo/etoile-cvs