home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Console.app / Contents / Resources / English.lproj / ConsoleX.nib / classes.nib next >
Encoding:
Text File  |  2003-09-13  |  3.4 KB  |  107 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {
  5.                 applicationWillFinishLaunching = id; 
  6.                 newLogWindow = id; 
  7.                 open = id; 
  8.                 openConsoleLogWindow = id; 
  9.                 openSystemLogWindow = id; 
  10.                 showFindPanel = id; 
  11.                 showInfoPanel = id; 
  12.                 showPrefsPanel = id; 
  13.             }; 
  14.             CLASS = ConsoleX; 
  15.             LANGUAGE = ObjC; 
  16.             OUTLETS = {findController = FindController; prefsController = PrefsController; }; 
  17.             SUPERCLASS = NSObject; 
  18.         }, 
  19.         {
  20.             ACTIONS = {
  21.                 findNext = id; 
  22.                 findPrevious = id; 
  23.                 jumpToSelection = id; 
  24.                 takeFindStringFromSelection = id; 
  25.                 takeFindStringFromTextField = id; 
  26.             }; 
  27.             CLASS = FindController; 
  28.             LANGUAGE = ObjC; 
  29.             OUTLETS = {
  30.                 findTextField = NSTextField; 
  31.                 ignoreCaseButton = NSButton; 
  32.                 statusTextField = NSTextField; 
  33.             }; 
  34.             SUPERCLASS = NSWindowController; 
  35.         }, 
  36.         {
  37.             ACTIONS = {
  38.                 changeEncoding = id; 
  39.                 clean = id; 
  40.                 deleteFile = id; 
  41.                 insertMarker = id; 
  42.                 newSystemLogWindow = id; 
  43.                 reload = id; 
  44.                 saveSelectionTo = id; 
  45.                 showHelp = id; 
  46.                 showOrHideLogList = id; 
  47.                 toggleDrawer = id; 
  48.             }; 
  49.             CLASS = FirstResponder; 
  50.             LANGUAGE = ObjC; 
  51.             SUPERCLASS = NSObject; 
  52.         }, 
  53.         {
  54.             CLASS = InspectorController; 
  55.             LANGUAGE = ObjC; 
  56.             SUPERCLASS = NSWindowController; 
  57.         }, 
  58.         {
  59.             ACTIONS = {
  60.                 autoHide = id; 
  61.                 autoShow = id; 
  62.                 notifyViaBounce = id; 
  63.                 takeAutoHideTimeFrom = id; 
  64.                 takeRecordCrashesFrom = id; 
  65.                 takeShowCrashLogsFrom = id; 
  66.             }; 
  67.             CLASS = PrefsController; 
  68.             LANGUAGE = ObjC; 
  69.             OUTLETS = {
  70.                 autoHideCheckBox = NSButton; 
  71.                 autoHideTimeField = NSTextField; 
  72.                 autoShowCheckBox = NSButton; 
  73.                 notifyViaBounceCheckBox = NSButton; 
  74.                 prefsWindow = NSWindow; 
  75.                 recordCrashesCheckBox = NSButton; 
  76.                 showCrashLogsCheckBox = NSButton; 
  77.                 wrapLinesMenuItem = NSMenuItem; 
  78.             }; 
  79.             SUPERCLASS = NSWindowController; 
  80.         }, 
  81.         {
  82.             ACTIONS = {
  83.                 findNext = id; 
  84.                 findNextAndOrderFindPanelOut = id; 
  85.                 findPrevious = id; 
  86.                 jumpToSelection = id; 
  87.                 orderFrontFindPanel = id; 
  88.                 replace = id; 
  89.                 replaceAll = id; 
  90.                 replaceAndFind = id; 
  91.                 takeFindStringFromSelection = id; 
  92.             }; 
  93.             CLASS = TextFinder; 
  94.             LANGUAGE = ObjC; 
  95.             OUTLETS = {
  96.                 findNextButton = NSButton; 
  97.                 findPanel = NSPanel; 
  98.                 findTextField = NSTextField; 
  99.                 ignoreCaseButton = NSButton; 
  100.                 statusField = id; 
  101.             }; 
  102.             SUPERCLASS = NSObject; 
  103.         }, 
  104.         {CLASS = "java.lang.Object"; LANGUAGE = Java; }
  105.     ); 
  106.     IBVersion = 1; 
  107. }