home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Examples / DatabaseKit / AssociationSybase / English.lproj / AssociationSybase.nib / data.classes next >
Encoding:
Text File  |  1993-03-31  |  385 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.     appDidInit:;
  16.     changeQualifier:;
  17.     };
  18.     OUTLETS = {
  19.     quantityField;
  20.     theWindow;
  21.     storeTable;
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25. QualifiedAssociation = {
  26.     SUPERCLASS = DBAssociation;
  27. };
  28.