home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Examples / FileBrowser / English.lproj / MyFileBrowser.nib / data.classes next >
Encoding:
Text File  |  1995-01-29  |  566 b   |  16 lines

  1. SuperController = {OUTLETS = {littleController = littleController; }; SUPERCLASS = Object; };
  2. BrowseList = {SUPERCLASS = List; };
  3. MyNXBrowserCell = {SUPERCLASS = NXBrowserCell; };
  4. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  5. MyController = {
  6.     ACTIONS = {
  7.     "createHardLink:" = "createHardLink:"; 
  8.     "createSymLink:" = "createSymLink:"; 
  9.     "duplicateFile:" = "duplicateFile:"; 
  10.     "showInspector:" = "showInspector:"; 
  11.     "updateDirectory:" = "updateDirectory:"; 
  12.     }; 
  13.     OUTLETS = {browser = browser; rootFile = rootFile; }; 
  14.     SUPERCLASS = Object; 
  15. };
  16.