home *** CD-ROM | disk | FTP | other *** search
/ Fontcase 1.0 Release 3 / Fontcase 1.0 Release 3.x.img / FontCase.app / English.lproj / FontCase.nib / data.classes next >
Encoding:
Text File  |  1993-05-21  |  1.5 KB  |  112 lines

  1. Font = {
  2.     SUPERCLASS = Object;
  3. };
  4. FontView = {
  5.     SUPERCLASS = View;
  6. };
  7. ShelfIconView = {
  8.     ACTIONS = {
  9.     redisplay:;
  10.     };
  11.     OUTLETS = {
  12.     myCubbyHoles;
  13.     };
  14.     SUPERCLASS = View;
  15. };
  16. FirstResponder = {
  17.     ACTIONS = {
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. Controller = {
  22.     ACTIONS = {
  23.     appWillTerminate:;
  24.     showCurrentInstallation:;
  25.     open:;
  26.     becomeInstallation:;
  27.     installSuitcase:;
  28.     remove:;
  29.     openSuitcase:;
  30.     add:;
  31.     new:;
  32.     clear:;
  33.     removeFont:;
  34.     showAllSuitCases:;
  35.     windowDidBecomeKey:;
  36.     showFont:;
  37.     install:;
  38.     revertToSaved:;
  39.     updateMenuItems:;
  40.     close:;
  41.     addFont:;
  42.     clearNoAlert:;
  43.     appWillInit:;
  44.     saveDocTo:;
  45.     save:;
  46.     appDidInit:;
  47.     };
  48.     OUTLETS = {
  49.     closeItem;
  50.     removeFontItem;
  51.     installItem;
  52.     theWindow;
  53.     becomeInstallItem;
  54.     installShelf;
  55.     saveToItem;
  56.     revertItem;
  57.     addMenuItem;
  58.     installMenuItem;
  59.     installButton;
  60.     addFontItem;
  61.     clearMenuItem;
  62.     removeMenuItem;
  63.     installSV;
  64.     saveItem;
  65.     showToggle;
  66.     draggingCubby;
  67.     };
  68.     SUPERCLASS = Object;
  69. };
  70. AcceptorWindow = {
  71.     ACTIONS = {
  72.     };
  73.     OUTLETS = {
  74.     statusMessages;
  75.     controller;
  76.     myViewRectList;
  77.     };
  78.     SUPERCLASS = Window;
  79. };
  80. FontSet = {
  81.     OUTLETS = {
  82.     fontList;
  83.     };
  84.     SUPERCLASS = Object;
  85. };
  86. Document = {
  87.     ACTIONS = {
  88.     new:;
  89.     saveDocTo:;
  90.     save:;
  91.     add:;
  92.     revertToSaved:;
  93.     delete:;
  94.     showFont:;
  95.     open:;
  96.     };
  97.     OUTLETS = {
  98.     saveMenuItem;
  99.     revertMenuItem;
  100.     addMenuItem;
  101.     removeMenuItem;
  102.     saveAsMenuItem;
  103.     newMenuItem;
  104.     theWindow;
  105.     shelf;
  106.     fontDisplay;
  107.     box;
  108.     fontSet;
  109.     };
  110.     SUPERCLASS = Object;
  111. };
  112.