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 / RecipientPatternsWindow.nib / classes.nib next >
Encoding:
Text File  |  2005-06-01  |  1.9 KB  |  56 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 = {add = id; addMyEmailAddresses = id; remove = id; search = id; update = id; }; 
  13.             CLASS = RecipientPatternsWindowController; 
  14.             LANGUAGE = ObjC; 
  15.             OUTLETS = {
  16.                 addButton = NSButton; 
  17.                 infoLabel = NSTextField; 
  18.                 nameField = NSTextField; 
  19.                 patternArrayController = JMArrayController; 
  20.                 patternField = NSTextField; 
  21.                 patternTableView = NSTableView; 
  22.                 removeButton = NSButton; 
  23.                 searchItemView = NSSearchField; 
  24.                 updateButton = NSButton; 
  25.             }; 
  26.             SUPERCLASS = NSWindowController; 
  27.         }, 
  28.         {
  29.             ACTIONS = {
  30.                 add = id; 
  31.                 openAnalyzerWindow = id; 
  32.                 openLogWindow = id; 
  33.                 openSitesWindow = id; 
  34.                 remove = id; 
  35.                 search = id; 
  36.                 update = id; 
  37.             }; 
  38.             CLASS = WhitelistWindowController; 
  39.             LANGUAGE = ObjC; 
  40.             OUTLETS = {
  41.                 addButton = NSButton; 
  42.                 infoLabel = NSTextField; 
  43.                 nameField = NSTextField; 
  44.                 patternArrayController = JMArrayController; 
  45.                 patternField = NSTextField; 
  46.                 patternTableView = NSTableView; 
  47.                 progressIndicator = NSProgressIndicator; 
  48.                 removeButton = NSButton; 
  49.                 searchItemView = NSSearchField; 
  50.                 updateButton = NSButton; 
  51.             }; 
  52.             SUPERCLASS = NSWindowController; 
  53.         }
  54.     ); 
  55.     IBVersion = 1; 
  56. }