home *** CD-ROM | disk | FTP | other *** search
/ Fontcase 1.0 Release 3 / Fontcase 1.0 Release 3.x.img / FontCase.app / English.lproj / Document.nib / data.classes next >
Encoding:
Text File  |  1993-06-09  |  1.2 KB  |  96 lines

  1. Font = {
  2.     SUPERCLASS = Object;
  3. };
  4. History = {
  5.     OUTLETS = {
  6.     historyText;
  7.     historyView;
  8.     boldFont;
  9.     regularFont;
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. FontView = {
  14.     SUPERCLASS = View;
  15. };
  16. ShelfIconView = {
  17.     ACTIONS = {
  18.     redisplay:;
  19.     };
  20.     OUTLETS = {
  21.     myCubbyHoles;
  22.     };
  23.     SUPERCLASS = View;
  24. };
  25. FirstResponder = {
  26.     ACTIONS = {
  27.     };
  28.     SUPERCLASS = Object;
  29. };
  30. Controller = {
  31.     ACTIONS = {
  32.     install:;
  33.     appWillInit:;
  34.     close:;
  35.     save:;
  36.     saveTo:;
  37.     add:;
  38.     revertToSaved:;
  39.     appWillTerminate:;
  40.     delete:;
  41.     open:;
  42.     appDidInit:;
  43.     };
  44.     OUTLETS = {
  45.     installItem;
  46.     closeItem;
  47.     theWindow;
  48.     iconWell;
  49.     saveToItem;
  50.     deleteItem;
  51.     revertItem;
  52.     fontBrowser;
  53.     addFontItem;
  54.     fontSet;
  55.     messenger;
  56.     saveItem;
  57.     openItem;
  58.     };
  59.     SUPERCLASS = Object;
  60. };
  61. AcceptorWindow = {
  62.     ACTIONS = {
  63.     };
  64.     OUTLETS = {
  65.     myViewRectList;
  66.     };
  67.     SUPERCLASS = Window;
  68. };
  69. FontSet = {
  70.     OUTLETS = {
  71.     fontList;
  72.     };
  73.     SUPERCLASS = Object;
  74. };
  75. Document = {
  76.     ACTIONS = {
  77.     new:;
  78.     saveDocTo:;
  79.     save:;
  80.     add:;
  81.     revertToSaved:;
  82.     delete:;
  83.     showFont:;
  84.     open:;
  85.     };
  86.     OUTLETS = {
  87.     fontSet;
  88.     scrollView;
  89.     theWindow;
  90.     shelf;
  91.     fontDisplay;
  92.     controller;
  93.     };
  94.     SUPERCLASS = Object;
  95. };
  96.