home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextApps / Terminal.app / German.lproj / Terminal.nib / data.classes next >
Text File  |  1992-07-01  |  2KB  |  126 lines

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