home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Terminal.app / Contents / Resources / English.lproj / InspectorX.nib / classes.nib next >
Encoding:
Text File  |  2004-06-10  |  6.1 KB  |  170 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {changed = id; }; 
  5.             CLASS = BufferInspector; 
  6.             LANGUAGE = ObjC; 
  7.             OUTLETS = {
  8.                 inspectorController = InspectorController; 
  9.                 rewrapLinesButton = NSButton; 
  10.                 scrollToBottomButton = NSButton; 
  11.                 scrollbackLengthText = NSTextField; 
  12.                 scrollbackMatrix = NSMatrix; 
  13.                 wrapLinesButton = NSButton; 
  14.             }; 
  15.             SUPERCLASS = NSObject; 
  16.         }, 
  17.         {
  18.             ACTIONS = {
  19.                 backgroundTypeChanged = id; 
  20.                 changed = id; 
  21.                 changedToStandard = id; 
  22.                 selectImage = id; 
  23.             }; 
  24.             CLASS = ColorInspector; 
  25.             LANGUAGE = ObjC; 
  26.             OUTLETS = {
  27.                 backgroundImageName = NSTextField; 
  28.                 backgroundTypeMatrix = NSMatrix; 
  29.                 boldTextWell = NSColorWell; 
  30.                 cursorWell = NSColorWell; 
  31.                 disableAnsiCheck = NSButton; 
  32.                 imageSelectionButton = NSButton; 
  33.                 inspectorController = InspectorController; 
  34.                 normalBackWell = NSColorWell; 
  35.                 normalTextWell = NSColorWell; 
  36.                 opacitySlider = NSSlider; 
  37.                 selectionWell = NSColorWell; 
  38.                 standardColorsPopUp = NSPopUpButton; 
  39.             }; 
  40.             SUPERCLASS = NSObject; 
  41.         }, 
  42.         {
  43.             ACTIONS = {changed = id; setFont = id; }; 
  44.             CLASS = DisplayInspector; 
  45.             LANGUAGE = ObjC; 
  46.             OUTLETS = {
  47.                 blinkCursorCheck = NSButton; 
  48.                 blinkTextCheckBox = NSButton; 
  49.                 cursorMatrix = NSMatrix; 
  50.                 doubleColumnsForDoubleWideCheckBox = NSButton; 
  51.                 doubleWideCharsCheckBox = NSButton; 
  52.                 enableDragCopyCheckBox = NSButton; 
  53.                 encodingPopUpButton = NSPopUpButton; 
  54.                 fontAntialiasingCheckBox = NSButton; 
  55.                 fontNameTextField = NSTextField; 
  56.                 inspectorController = InspectorController; 
  57.             }; 
  58.             SUPERCLASS = NSObject; 
  59.         }, 
  60.         {
  61.             ACTIONS = {changed = id; }; 
  62.             CLASS = EmulationInspector; 
  63.             LANGUAGE = ObjC; 
  64.             OUTLETS = {
  65.                 audibleBellCheckBox = NSButton; 
  66.                 backWrapCheckBox = NSButton; 
  67.                 inspectorController = InspectorController; 
  68.                 optionClickCheckBox = NSButton; 
  69.                 strictCheck = NSButton; 
  70.                 translateCheck = NSButton; 
  71.                 useCtrlVEscapesCheckBox = NSButton; 
  72.                 visualBellCheckBox = NSButton; 
  73.             }; 
  74.             SUPERCLASS = NSObject; 
  75.         }, 
  76.         {
  77.             ACTIONS = {useAsDefaults = id; }; 
  78.             CLASS = FirstResponder; 
  79.             LANGUAGE = ObjC; 
  80.             SUPERCLASS = NSObject; 
  81.         }, 
  82.         {
  83.             ACTIONS = {selectViewFromPopUp = id; useAsDefaults = id; }; 
  84.             CLASS = InspectorController; 
  85.             LANGUAGE = ObjC; 
  86.             OUTLETS = {
  87.                 bufferInspector = BufferInspector; 
  88.                 colorInspector = ColorInspector; 
  89.                 displayInspector = DisplayInspector; 
  90.                 emulationInspector = EmulationInspector; 
  91.                 keyMappingInspector = KeyMappingInspector; 
  92.                 popUpButton = NSPopUpButton; 
  93.                 processesInspector = ProcessesInspector; 
  94.                 shellInspector = ShellInspector; 
  95.                 tabView = NSTabView; 
  96.                 windowInspector = WindowInspector; 
  97.             }; 
  98.             SUPERCLASS = NSWindowController; 
  99.         }, 
  100.         {CLASS = InspectorWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, 
  101.         {
  102.             ACTIONS = {
  103.                 action = id; 
  104.                 add = id; 
  105.                 cancelSheet = id; 
  106.                 changed = id; 
  107.                 delete = id; 
  108.                 edit = id; 
  109.                 okSheet = id; 
  110.             }; 
  111.             CLASS = KeyMappingInspector; 
  112.             LANGUAGE = ObjC; 
  113.             OUTLETS = {
  114.                 actionPopUpButton = NSPopUpButton; 
  115.                 actionTextField = NSTextField; 
  116.                 addButton = NSButtonCell; 
  117.                 deleteButton = NSButtonCell; 
  118.                 deleteKeySendsBackspaceCheckBox = NSButton; 
  119.                 editButton = NSButtonCell; 
  120.                 inspectorController = InspectorController; 
  121.                 keyMappingSheet = NSWindow; 
  122.                 keyPopUpButton = NSPopUpButton; 
  123.                 metaCheckBox = NSButton; 
  124.                 modifierPopUpButton = NSPopUpButton; 
  125.                 tableView = NSTableView; 
  126.             }; 
  127.             SUPERCLASS = NSObject; 
  128.         }, 
  129.         {
  130.             ACTIONS = {add = id; changed = id; remove = id; }; 
  131.             CLASS = ProcessesInspector; 
  132.             LANGUAGE = ObjC; 
  133.             OUTLETS = {
  134.                 cleanCommandsTableView = NSTableView; 
  135.                 inspectorController = InspectorController; 
  136.                 promptBeforeCloseMatrix = NSMatrix; 
  137.                 removeButton = NSButton; 
  138.                 runningProcessesTableView = NSTableView; 
  139.             }; 
  140.             SUPERCLASS = NSObject; 
  141.         }, 
  142.         {
  143.             ACTIONS = {changed = id; }; 
  144.             CLASS = ShellInspector; 
  145.             LANGUAGE = ObjC; 
  146.             OUTLETS = {
  147.                 inspectorController = InspectorController; 
  148.                 shellExitActionMatrix = NSMatrix; 
  149.                 terminalShellTextField = NSTextField; 
  150.                 ttyTextField = NSTextField; 
  151.             }; 
  152.             SUPERCLASS = NSObject; 
  153.         }, 
  154.         {
  155.             ACTIONS = {changed = id; }; 
  156.             CLASS = WindowInspector; 
  157.             LANGUAGE = ObjC; 
  158.             OUTLETS = {
  159.                 bitMatrix = NSMatrix; 
  160.                 columnsText = NSTextField; 
  161.                 customText = NSTextField; 
  162.                 inspectorController = InspectorController; 
  163.                 rowsText = NSTextField; 
  164.             }; 
  165.             SUPERCLASS = NSObject; 
  166.         }, 
  167.         {CLASS = "java.lang.Object"; LANGUAGE = Java; }
  168.     ); 
  169.     IBVersion = 1; 
  170. }