home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextApps / Terminal.app / Italian.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:;
  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:VWuickTitle:;
  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.