home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / Order.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  546 b   |  40 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. Order = {
  7.     ACTIONS = {
  8.     updateButtons:;
  9.     orderFromButton:;
  10.     saveSort:;
  11.     clearAction:;
  12.     cancelAction:;
  13.     deleteSort:;
  14.     okAction:;
  15.     sortAction:;
  16.     };
  17.     OUTLETS = {
  18.     recordDescriptor;
  19.     toolsMatrix;
  20.     okCell;
  21.     saveCell;
  22.     sourceList;
  23.     descendingIcon;
  24.     overallTitle;
  25.     sortButtonMatrix;
  26.     deleteCell;
  27.     clearCell;
  28.     sourceScroller;
  29.     displayPanel;
  30.     cancelCell;
  31.     sortButton;
  32.     barCell;
  33.     descriptorManager;
  34.     sourceMatrix;
  35.     ascendingIcon;
  36.     protoCell;
  37.     };
  38.     SUPERCLASS = Object;
  39. };
  40.