home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Examples / FileSearchTest / English.lproj / info.nib / data.classes next >
Encoding:
Text File  |  1994-12-13  |  572 b   |  22 lines

  1. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  2. MainWinController = {
  3.     ACTIONS = {
  4.         "beginSearch:" = "beginSearch:"; 
  5.     "setDirectoryToSearch:" = "setDirectoryToSearch:"; 
  6.     "showInfoPanel:" = "showInfoPanel:"; 
  7.     }; 
  8.     OUTLETS = {
  9.         dirToSearch = dirToSearch; 
  10.     extensionTextfield = extensionTextfield; 
  11.     fileSearch = fileSearch; 
  12.     fileToSearchFor = fileToSearchFor; 
  13.     infoPanel = infoPanel; 
  14.     optionsMatrix = optionsMatrix; 
  15.     popup = popup; 
  16.     scrollView = scrollView; 
  17.     swapView = swapView; 
  18.     updator = updator; 
  19.     }; 
  20.     SUPERCLASS = Object; 
  21. };
  22.