home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Parasheet_1.04 / Application / ParaSheet.app / English.lproj / FormatSub.nib / data.classes next >
Text File  |  1994-03-08  |  576b  |  43 lines

  1. DraggyMatrix = {
  2.     OUTLETS = {
  3.     activeCell;
  4.     matrixCache;
  5.     cellCache;
  6.     };
  7.     SUPERCLASS = Matrix;
  8. };
  9. FormatSub = {
  10.     ACTIONS = {
  11.     selectFormat:;
  12.     modifyFormat:;
  13.     addFormat:;
  14.     deleteFormat:;
  15.     };
  16.     OUTLETS = {
  17.     addButton;
  18.     formatScroll;
  19.     deleteButton;
  20.     nameText;
  21.     patternText;
  22.     modifyButton;
  23.     };
  24.     SUPERCLASS = PrefsSub;
  25. };
  26. BorderSub = {
  27.     SUPERCLASS = PrefsSub;
  28. };
  29. FirstResponder = {
  30.     ACTIONS = {
  31.     };
  32.     SUPERCLASS = Object;
  33. };
  34. PrefsSub = {
  35.     OUTLETS = {
  36.     subPanel;
  37.     };
  38.     SUPERCLASS = Object;
  39. };
  40. AlignmentSub = {
  41.     SUPERCLASS = PrefsSub;
  42. };
  43.