home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 3.3J / os33j.iso / usr / lib / NextStep / Workspace.app / WM.app / Japanese.lproj / WMMainBrowser.nib / data.classes next >
Encoding:
Text File  |  1995-02-07  |  1.5 KB  |  47 lines

  1. WMView = {SUPERCLASS = View; };
  2. ShelfSizer = {OUTLETS = {delegate = delegate; }; SUPERCLASS = View; };
  3. WMWindow = {SUPERCLASS = Window; };
  4. BrowserView = {OUTLETS = {delegate = delegate; }; SUPERCLASS = WMView; };
  5. FileNodeViewer = {
  6.     ACTIONS = {
  7.     "changeToBrowser:" = "changeToBrowser:"; 
  8.     "changeToExpertView:" = "changeToExpertView:"; 
  9.     "changeToIconView:" = "changeToIconView:"; 
  10.     "destroySelectedFiles:" = "destroySelectedFiles:"; 
  11.     "doUpdate:" = "doUpdate:"; 
  12.     "doit:" = "doit:"; 
  13.     "duplicateFile:" = "duplicateFile:"; 
  14.     "makeNewDirectory:" = "makeNewDirectory:"; 
  15.     "openDirectoryFrom:" = "openDirectoryFrom:"; 
  16.     "openSelection:" = "openSelection:"; 
  17.     "selectAll:" = "selectAll:"; 
  18.     "show:" = "show:"; 
  19.     "sortIcons:" = "sortIcons:"; 
  20.     "updateX:" = "updateX:"; 
  21.     "windowDidResize:" = "windowDidResize:"; 
  22.     "windowWillResize:" = "windowWillResize:"; 
  23.     }; 
  24.     OUTLETS = {
  25.     animatedFile = animatedFile; 
  26.     bottomContextView = bottomContextView; 
  27.     bottomView = bottomView; 
  28.     browser = browser; 
  29.     dragger = dragger; 
  30.     expertScrollView = expertScrollView; 
  31.     expertView = expertView; 
  32.     fieldEditor = fieldEditor; 
  33.     iconPath = iconPath; 
  34.     iconScrollView = iconScrollView; 
  35.     iconView = iconView; 
  36.     infoLeft = infoLeft; 
  37.     infoRight = infoRight; 
  38.     shelf = shelf; 
  39.     shelfSizer = shelfSizer; 
  40.     window = window; 
  41.     }; 
  42.     SUPERCLASS = Object; 
  43. };
  44. WMIconPath = {OUTLETS = {delegate = delegate; }; SUPERCLASS = WMView; };
  45. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  46. WMShelfView = {OUTLETS = {delegate = delegate; }; SUPERCLASS = View; };
  47.