home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / nextstep / expanded / LocalApps / Executor.app / English.lproj / Executor.nib / data.classes next >
Encoding:
Text File  |  1995-12-13  |  1.2 KB  |  99 lines

  1. QuickText = {
  2.     SUPERCLASS = View;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. MacWindow = {
  10.     SUPERCLASS = Window;
  11. };
  12. MacViewClass = {
  13.     ACTIONS = {
  14.     go:;
  15.     stop:;
  16.     abort:;
  17.     mailARDI:;
  18.     step:;
  19.     unpause:;
  20.     pause:;
  21.     gotoFirstLevel:;
  22.     };
  23.     OUTLETS = {
  24.     statusView;
  25.     reproBox;
  26.     softwareForm;
  27.     addressForm;
  28.     mailPanel;
  29.     noteBox;
  30.     ruWindow;
  31.     };
  32.     SUPERCLASS = View;
  33. };
  34. SoundGenerator = {
  35.     ACTIONS = {
  36.     changeDecay:;
  37.     changeRatio:;
  38.     showSoundSettings:;
  39.     changeState:;
  40.     changeAttack:;
  41.     changeFreqMul:;
  42.     changeIndex:;
  43.     play:;
  44.     };
  45.     OUTLETS = {
  46.     attackOutput;
  47.     indexOutput;
  48.     decayInput;
  49.     freqMulInput;
  50.     decayOutput;
  51.     attackInput;
  52.     freqMulOutput;
  53.     indexInput;
  54.     ratioOutput;
  55.     ratioInput;
  56.     };
  57.     SUPERCLASS = Object;
  58. };
  59. MacAppClass = {
  60.     ACTIONS = {
  61.     myregister:;
  62.     displaysettings:;
  63.     printGame:;
  64.     savesettings:;
  65.     mailARDI:;
  66.     modaldone:;
  67.     readsettings:;
  68.     serialEntered:;
  69.     showInfo:;
  70.     };
  71.     OUTLETS = {
  72.     serialText;
  73.     serialWindow;
  74.     doneButton;
  75.     debtext;
  76.     myButton;
  77.     game;
  78.     debtable;
  79.     psltext;
  80.     d0text;
  81.     myMenu;
  82.     starpctext;
  83.     registerWindow2;
  84.     pctext;
  85.     starsptext;
  86.     myForm;
  87.     sigtext;
  88.     splashScreen;
  89.     serialForm;
  90.     deathwindow;
  91.     commenttext;
  92.     registerWindow;
  93.     sptext;
  94.     gameWindow;
  95.     prefWindow;
  96.     };
  97.     SUPERCLASS = Application;
  98. };
  99.