home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextApps / Terminal.app / English.lproj / Preferences.nib / data.classes next >
Encoding:
Text File  |  1992-04-29  |  2.6 KB  |  186 lines

  1. StartupController = {
  2.     ACTIONS = {
  3.     firstVisible:;
  4.     fastStartupChanged:;
  5.     pathWasSet:;
  6.     startupActionChanged:;
  7.     setPathRequest:;
  8.     };
  9.     OUTLETS = {
  10.     actionMatrix;
  11.     pathForm;
  12.     fastAutolaunchCheck;
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16. WindowController = {
  17.     ACTIONS = {
  18.     setFontRequest:;
  19.     firstVisible:;
  20.     };
  21.     OUTLETS = {
  22.     fontTrap;
  23.     shellExitMatrix;
  24.     fontField;
  25.     sizeForm;
  26.     };
  27.     SUPERCLASS = Object;
  28. };
  29. FontTrap = {
  30.     ACTIONS = {
  31.     changeFont:;
  32.     };
  33.     OUTLETS = {
  34.     fontTarget;
  35.     targetProxy;
  36.     };
  37.     SUPERCLASS = View;
  38. };
  39. ProcessMonitorController = {
  40.     ACTIONS = {
  41.     enablementChanged:;
  42.     remove:;
  43.     cleanProcChanged:;
  44.     add:;
  45.     textDidGetKeys:;
  46.     runningBackgroundChanged:;
  47.     };
  48.     OUTLETS = {
  49.     cleanMatrix;
  50.     cleanScrollView;
  51.     runningCleanCheck;
  52.     newCleanField;
  53.     monitorCheck;
  54.     removeButton;
  55.     fastAuditCheck;
  56.     shellsCleanCheck;
  57.     checkMatrix;
  58.     addButton;
  59.     };
  60.     SUPERCLASS = Object;
  61. };
  62. FirstResponder = {
  63.     ACTIONS = {
  64.     };
  65.     SUPERCLASS = Object;
  66. };
  67. TitleBarController = {
  68.     ACTIONS = {
  69.     customTitleChanged:;
  70.     titleBitsChanged:;
  71.     };
  72.     OUTLETS = {
  73.     fakeTitle;
  74.     elementMatrix;
  75.     titleForm;
  76.     prefObject;
  77.     };
  78.     SUPERCLASS = Object;
  79. };
  80. ShellController = {
  81.     ACTIONS = {
  82.     sourceDotLoginChanged:;
  83.     firstVisible:;
  84.     shellChanged:;
  85.     };
  86.     OUTLETS = {
  87.     shellForm;
  88.     sourceCheck;
  89.     };
  90.     SUPERCLASS = Object;
  91. };
  92. MiscController = {
  93.    ReTIONS = {
  94.     handleReturn:;
  95.     limitLines:;
  96.     unlimitLines:;
  97.     };
  98.     OUTLETS = {
  99.     linesLimited;
  100.     autoFocusCheck;
  101.     otherOptionsMatrix;
  102.     linesUnlimited;
  103.     wrapCheck;
  104.     okButton;
  105.     lineLimitField;
  106.     scrollbackEnableCheck;
  107.     };
  108.     SUPERCLASS = Object;
  109. };
  110. EmulationController = {
  111.     ACTIONS = {
  112.     firstVisible:;
  113.     suggest:;
  114.     showDefault:;
  115.     revert:;
  116.     };
  117.     OUTLETS = {
  118.     checkMatrix;
  119.     translateCheck;
  120.     altMatrix;
  121.     altBox;
  122.     altMsg;
  123.     keypadCheck;
  124.     strictCheck;
  125.     };
  126.     SUPERCLASS = Object;
  127. };
  128. SizeAndFontController = {
  129.     ACTIONS = {
  130.     showDefault:;
  131.     setDefault:;
  132.     suggest:;
  133.     firstVisible:;
  134.     setStruct:;
  135.     setFont:;
  136.     setFromStruct:;
  137.     };
  138.     OUTLETS = {
  139.     fontDisplayField;
  140.     sizeForm;
  141.     };
  142.     SUPERCLASS = Object;
  143. };
  144. Preferences = {
  145.     ACTIONS = {
  146.     windowDidResignKey:;
  147.     revert:;
  148.     suggest:;
  149.     changePane:;
  150.     showPrefWindow:;
  151.     setDefaultX:;
  152.     handleReturnByProxy:;
  153.     windowDidBecomeKey:;
  154.     ok:;
  155.     showDefaultX:;
  156.     };
  157.     OUTLETS = {
  158.     okButton;
  159.     suggestButton;
  160.     miscPane;
  161.     revertButton;
  162.     processMonitorCntl;
  163.     shellCntl;
  164.     setDefaultButton;
  165.     startupCntl;
  166.     paneSelector;
  167.     currentTerminal;
  168.     windowPane;
  169.     titleBarPane;
  170.     processMonitorPane;
  171.     emulationPane;
  172.     startupPane;
  173.     windowCntl;
  174.     buttonMatrix;
  175.     installedPane;
  176.     titleBarCntl;
  177.     miscCntl;
  178.     window;
  179.     container;
  180.     showDefaultButton;
  181.     shellPane;
  182.     emulationCntl;
  183.     };
  184.     SUPERCLASS = Object;
  185. };
  186.