home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.0 (User) / OS_user_4.0.iso / NextApps / Terminal.app / German.lproj / Preferences.nib / data.classes next >
Encoding:
Text File  |  1995-04-19  |  5.1 KB  |  188 lines

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