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 / LogWindow.nib / classes.nib next >
Encoding:
Text File  |  2003-09-13  |  2.4 KB  |  75 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {changeEncoding = id; showHelp = id; }; 
  5.             CLASS = FirstResponder; 
  6.             LANGUAGE = ObjC; 
  7.             SUPERCLASS = NSObject; 
  8.         }, 
  9.         {
  10.             ACTIONS = {showInfoPanel = id; }; 
  11.             CLASS = InfoPanel; 
  12.             LANGUAGE = ObjC; 
  13.             OUTLETS = {aboutBoxOptions = id; }; 
  14.             SUPERCLASS = NSObject; 
  15.         }, 
  16.         {
  17.             ACTIONS = {
  18.                 applyFilter = id; 
  19.                 cancelLoad = id; 
  20.                 clear = id; 
  21.                 deleteFile = id; 
  22.                 insertMarker = id; 
  23.                 load = id; 
  24.                 revertDocumentToSaved = id; 
  25.                 showOrHideLogList = id; 
  26.             }; 
  27.             CLASS = LogController; 
  28.             LANGUAGE = ObjC; 
  29.             OUTLETS = {
  30.                 encodingPopUpButton = NSPopUpButton; 
  31.                 loadSlider = NSSlider; 
  32.                 maxValue = NSTextField; 
  33.                 midValue = NSTextField; 
  34.                 minValue = NSTextField; 
  35.                 outlineView = NSOutlineView; 
  36.                 reloadSheet = NSWindow; 
  37.                 searchField = NSSearchField; 
  38.                 splitView = NSSplitView; 
  39.                 textView = NSTextView; 
  40.             }; 
  41.             SUPERCLASS = NSWindowController; 
  42.         }, 
  43.         {
  44.             ACTIONS = {
  45.                 findNext = id; 
  46.                 findNextAndOrderFindPanelOut = id; 
  47.                 findPrevious = id; 
  48.                 jumpToSelection = id; 
  49.                 orderFrontFindPanel = id; 
  50.                 replace = id; 
  51.                 replaceAll = id; 
  52.                 replaceAndFind = id; 
  53.                 takeFindStringFromSelection = id; 
  54.             }; 
  55.             CLASS = TextFinder; 
  56.             LANGUAGE = ObjC; 
  57.             OUTLETS = {
  58.                 findNextButton = id; 
  59.                 findPanel = id; 
  60.                 findString = id; 
  61.                 findStringChangedSinceLastPasteboardUpdate = id; 
  62.                 findTextField = id; 
  63.                 ignoreCaseButton = id; 
  64.                 lastFindWasSuccessful = id; 
  65.                 replaceAllScopeMatrix = id; 
  66.                 replaceTextField = id; 
  67.                 statusField = id; 
  68.                 textObjectToSearchIn = id; 
  69.             }; 
  70.             SUPERCLASS = NSObject; 
  71.         }, 
  72.         {CLASS = "java.lang.Object"; LANGUAGE = Java; }
  73.     ); 
  74.     IBVersion = 1; 
  75. }