home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Examples / DatabaseKit / TableView / English.lproj / TableViewExample.nib / data.classes next >
Encoding:
Text File  |  1994-07-19  |  551 b   |  43 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. Controller = {
  7.     ACTIONS = {
  8.     appDidInit:;
  9.     showAll:;
  10.     };
  11.     OUTLETS = {
  12.     dbFetchGroup;
  13.     dbDatabase;
  14.     window;
  15.     dbModule;
  16.     numRecords;
  17.     dbRecordList;
  18.     dbTableView;
  19.     rootEntity;
  20.     dbAttributes;
  21.     propList;
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25. TableViewController = {
  26.     ACTIONS = {
  27.     appDidInit:;
  28.     showAll:;
  29.     };
  30.     OUTLETS = {
  31.     dbDatabase;
  32.     dbFetchGroup;
  33.     dbQualifier;
  34.     window;
  35.     dbModule;
  36.     dbTableView;
  37.     rootEntity;
  38.     dbAttributes;
  39.     propList;
  40.     };
  41.     SUPERCLASS = Object;
  42. };
  43.