home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / IndexingKit / StoreFile / English.lproj / StoreManager.nib / data.classes next >
Text File  |  1992-07-19  |  416b  |  37 lines

  1. StoreManager = {
  2.     ACTIONS = {
  3.     refresh:;
  4.     replace:;
  5.     add:;
  6.     delete:;
  7.     verify:;
  8.     new:;
  9.     open:;
  10.     saveAs:;
  11.     };
  12.     OUTLETS = {
  13.     win;
  14.     keyForm;
  15.     browser;
  16.     text;
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20. FirstResponder = {
  21.     ACTIONS = {
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25. DataWrapper = {
  26.     SUPERCLASS = Object;
  27. };
  28. Controller = {
  29.     ACTIONS = {
  30.     new:;
  31.     open:;
  32.     };
  33.     OUTLETS = {
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37.