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

  1. FileInspector = {
  2.     ACTIONS = {"permissionsChanged:" = "permissionsChanged:"; }; 
  3.     OUTLETS = {
  4.     clock = clock; 
  5.     filename = filename; 
  6.     group = group; 
  7.     imageView = imageView; 
  8.     inspectorWin = inspectorWin; 
  9.     linkto = linkto; 
  10.     linktoTitle = linktoTitle; 
  11.     owner = owner; 
  12.     path = path; 
  13.     permissionMatrix = permissionMatrix; 
  14.     size = size; 
  15.     }; 
  16.     SUPERCLASS = Object; 
  17. };
  18. MyController = {
  19.     ACTIONS = {
  20.     "showInspector:" = "showInspector:"; 
  21.     "updateDirectory:" = "updateDirectory:"; 
  22.     }; 
  23.     OUTLETS = {browser = browser; inspector = inspector; rootFile = rootFile; }; 
  24.     SUPERCLASS = Object; 
  25. };
  26. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  27. MiscClipTextField = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = TextField; };
  28.