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

  1. DBAssociation = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     };
  6.     SUPERCLASS = Object;
  7. };
  8. FirstResponder = {
  9.     ACTIONS = {
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. Controller = {
  14.     ACTIONS = {
  15.     changeQualifier:;
  16.     appDidInit:;
  17.     };
  18.     OUTLETS = {
  19.     departmentTable;
  20.     salaryField;
  21.     theWindow;
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25. QualifiedAssociation = {
  26.     SUPERCLASS = DBAssociation;
  27. };
  28.