home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Librarian.app / French.lproj / Searcher.nib / data.classes < prev    next >
Text File  |  1994-10-03  |  1KB  |  41 lines

  1. ReferenceMatrix = {SUPERCLASS = Matrix; };
  2. Searcher = {
  3.     ACTIONS = {
  4.     "changeFont:" = "changeFont:"; 
  5.     "doAll:" = "doAll:"; 
  6.     "doSearch:" = "doSearch:"; 
  7.     "find:" = "find:"; 
  8.     "findNext:" = "findNext:"; 
  9.     "findPrevious:" = "findPrevious:"; 
  10.     "folderFile:" = "folderFile:"; 
  11.     "namesContents:" = "namesContents:"; 
  12.     "openFile:" = "openFile:"; 
  13.     "preferences:" = "preferences:"; 
  14.     "print:" = "print:"; 
  15.     "searchSemantic:" = "searchSemantic:"; 
  16.     "setSelectAction:" = "setSelectAction:"; 
  17.     "targetInfo:" = "targetInfo:"; 
  18.     "viewFile:" = "viewFile:"; 
  19.     }; 
  20.     OUTLETS = {
  21.     _lowerBox = _lowerBox; 
  22.     _shelfBox = _shelfBox; 
  23.     allButton = allButton; 
  24.     namesContentsPopup = namesContentsPopup; 
  25.     numFound = numFound; 
  26.     query = query; 
  27.     resultIcon = resultIcon; 
  28.     results = results; 
  29.     searchButton = searchButton; 
  30.     searchWindow = searchWindow; 
  31.     searching = searching; 
  32.     semanticPopup = semanticPopup; 
  33.     targets = targets; 
  34.     }; 
  35.     SUPERCLASS = Object; 
  36. };
  37. IconView = {SUPERCLASS = View; };
  38. Shelf = {SUPERCLASS = View; };
  39. Icon = {SUPERCLASS = View; };
  40. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  41.