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 / SafeIPsWindow.nib / classes.nib next >
Encoding:
Text File  |  2005-06-01  |  2.6 KB  |  73 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 = {add = id; remove = id; search = id; update = id; }; 
  30.             CLASS = SafeIPsWindowController; 
  31.             LANGUAGE = ObjC; 
  32.             OUTLETS = {
  33.                 addButton = NSButton; 
  34.                 infoLabel = NSTextField; 
  35.                 nameField = NSTextField; 
  36.                 patternArrayController = JMArrayController; 
  37.                 patternField = NSTextField; 
  38.                 patternTableView = NSTableView; 
  39.                 removeButton = NSButton; 
  40.                 searchItemView = NSSearchField; 
  41.                 updateButton = NSButton; 
  42.             }; 
  43.             SUPERCLASS = NSWindowController; 
  44.         }, 
  45.         {
  46.             ACTIONS = {
  47.                 add = id; 
  48.                 openAnalyzerWindow = id; 
  49.                 openLogWindow = id; 
  50.                 openSitesWindow = id; 
  51.                 remove = id; 
  52.                 search = id; 
  53.                 update = id; 
  54.             }; 
  55.             CLASS = WhitelistWindowController; 
  56.             LANGUAGE = ObjC; 
  57.             OUTLETS = {
  58.                 addButton = NSButton; 
  59.                 infoLabel = NSTextField; 
  60.                 nameField = NSTextField; 
  61.                 patternArrayController = JMArrayController; 
  62.                 patternField = NSTextField; 
  63.                 patternTableView = NSTableView; 
  64.                 progressIndicator = NSProgressIndicator; 
  65.                 removeButton = NSButton; 
  66.                 searchItemView = NSSearchField; 
  67.                 updateButton = NSButton; 
  68.             }; 
  69.             SUPERCLASS = NSWindowController; 
  70.         }
  71.     ); 
  72.     IBVersion = 1; 
  73. }