API 0.9.5
AppKit/CPObjectController.h
Go to the documentation of this file.
00001 
00002 @interface CPObjectController : CPController
00003 {
00004     id              _contentObject;
00005     id              _selection;
00006 
00007     Class           _objectClass;
00008     CPString        _objectClassName;
00009 
00010     BOOL            _isEditable;
00011     BOOL            _automaticallyPreparesContent;
00012 
00013     CPCountedSet    _observedKeys;
00014 }
00015 @end
 All Classes Files Functions Variables Defines