home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Terminal.app / German.lproj / Terminal.nib / data.classes next >
Text File  |  1992-07-01  |  2KB  |  127 lines

  1. TerminalApp = {
  2.     ACTIONS = {
  3.     appWillTerminate:;
  4.     open:;
  5.     save:;
  6.     saveAs:;
  7.     showServiceManager:;
  8.     newCommand:;
  9.     monStart:;
  10.     quickTitleOK:;
  11.     appDidInit:;
  12.     quickTitleCancel:;
  13.     printPSCode:;
  14.     newCommandOK:;
  15.     new:;
  16.     saveAllAs:;
  17.     info:;
  18.     quickTitle:;
  19.     preferences:;
  20.     monStop:;
  21.     openLibraryTerm:;
  22.     };
  23.     OUTLETS = {
  24.     newCommandForm;
  25.     serviceProvider;
  26.     saveHowMany;
  27.     quickTitlePanel;
  28.     newCommandWindow;
  29.     prefManager;
  30.     quickTitleForm;
  31.     autoOpenBox;
  32.     dirtMonitor;
  33.     serviceCache;
  34.     libraryMenu;
  35.     serviceManager;
  36.     document;
  37.     saveAccessory;
  38.     };
  39.     SUPERCLASS = Application;
  40. };
  41. FontTrap = {
  42.     ACTIONS = {
  43.     changeFont:;
  44.     };
  45.     OUTLETS = {
  46.     fontTarget;
  47.     };
  48.     SUPERCLASS = View;
  49. };
  50. FirstResponder = {
  51.     ACTIONS = {
  52.     clearScrollback:;
  53.     debugToggle:;
  54.     barfage:;
  55.     jumpToSelection:;
  56.     };
  57.     SUPERCLASS = Object;
  58. };
  59. StuartApp = {
  60.     ACTIONS = {
  61.     appWillTerminate:;
  62.     open:;
  63.     save:;
  64.     saveAs:;
  65.     showServiceManager:;
  66.     newCommand:;
  67.     monStart:;
  68.     quickTitleOK:;
  69.     appDidInit:;
  70.     quickTitleCancel:;
  71.     printPSCode:;
  72.     newCommandOK:;
  73.     new:;
  74.     saveAllAs:;
  75.     info:;
  76.     quickTitle:;
  77.     preferences:;
  78.     monStop:;
  79.     openLibraryTerm:;
  80.     };
  81.     OUTLETS = {
  82.     serviceManager;
  83.     serviceCache;
  84.     libraryMenu;
  85.     document;
  86.     dirtMonitor;
  87.     quickTitleForm;
  88.     newCommandWindow;
  89.     autoOpenBox;
  90.     quickTitlePanel;
  91.     newCommandForm;
  92.     prefManager;
  93.     saveAccessory;
  94.     };
  95.     SUPERCLASS = Application;
  96. };
  97. FindPanel = {
  98.     ACTIONS = {
  99.     enterSelection:;
  100.     findPanel:;
  101.     findNext:;
  102.     findPrevious:;
  103.     };
  104.     OUTLETS = {
  105.     findPanel;
  106.     };
  107.     SUPERCLASS = Object;
  108. };
  109. Preferences = {
  110.     ACTIONS = {
  111.     preferences:;
  112.     };
  113.     OUTLETS = {
  114.     shellName;
  115.     rowForm;
  116.     altRadio;
  117.     sourceDotLogin;
  118.     fontSize;
  119.     noteBox;
  120.     columnForm;
  121.     fontName;
  122.     winSwitches;
  123.     emulationSwitches;
  124.     };
  125.     SUPERCLASS = Object;
  126. };
  127.