home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Internet & Communication / JunkMatcher 1.5.5.dmg / JunkMatcher.app / Contents / Resources / English.lproj / LogWindow.nib / classes.nib next >
Encoding:
Text File  |  2005-06-01  |  1.2 KB  |  37 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             ACTIONS = {search = id; }; 
  6.             CLASS = JMArrayController; 
  7.             LANGUAGE = ObjC; 
  8.             OUTLETS = {jmDelegate = id; newObj = id; }; 
  9.             SUPERCLASS = NSArrayController; 
  10.         }, 
  11.         {
  12.             ACTIONS = {
  13.                 analyze = id; 
  14.                 correct = id; 
  15.                 openAnalyzerWindow = id; 
  16.                 openSitesWindow = id; 
  17.                 openWhitelistWindow = id; 
  18.                 recycle = id; 
  19.                 refresh = id; 
  20.                 search = id; 
  21.             }; 
  22.             CLASS = LogWindowController; 
  23.             LANGUAGE = ObjC; 
  24.             OUTLETS = {
  25.                 detailView = NSTextView; 
  26.                 infoLabel = NSTextField; 
  27.                 logArrayController = JMArrayController; 
  28.                 logTableView = NSTableView; 
  29.                 progressIndicator = NSProgressIndicator; 
  30.                 recycleDayField = NSTextField; 
  31.                 searchItemView = NSSearchField; 
  32.             }; 
  33.             SUPERCLASS = NSWindowController; 
  34.         }
  35.     ); 
  36.     IBVersion = 1; 
  37. }