home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Examples / IndexingKit / BlockSizer / English.lproj / BlockSizer.nib / data.classes next >
Encoding:
Text File  |  1993-09-02  |  587 b   |  49 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. Controller = {
  7.     ACTIONS = {
  8.     appDidInit:;
  9.     clear:;
  10.     stop:;
  11.     abort:;
  12.     commit:;
  13.     run:;
  14.     empty:;
  15.     step:;
  16.     compact:;
  17.     size:;
  18.     reset:;
  19.     };
  20.     OUTLETS = {
  21.     consoleText;
  22.     store;
  23.     commitField;
  24.     recordField;
  25.     sizeField;
  26.     handleField;
  27.     countField;
  28.     };
  29.     SUPERCLASS = Object;
  30. };
  31. PORemoteList = {
  32.     ACTIONS = {
  33.     showRecord:;
  34.     next:;
  35.     previous:;
  36.     recordChanged:;
  37.     newRecord:;
  38.     deleteRecord:;
  39.     saveRecord:;
  40.     };
  41.     OUTLETS = {
  42.     myObject;
  43.     displayedObject;
  44.     theList;
  45.     controller;
  46.     };
  47.     SUPERCLASS = Object;
  48. };
  49.