home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / usr / lib / NextStep / Workspace.app / WM.app / English.lproj / WMSmallBrowser.nib / data.classes next >
Encoding:
Text File  |  1993-07-23  |  1.0 KB  |  78 lines

  1. WMShelfView = {
  2.     OUTLETS = {
  3.     delegate;
  4.     };
  5.     SUPERCLASS = View;
  6. };
  7. BrowserView = {
  8.     OUTLETS = {
  9.     delegate;
  10.     };
  11.     SUPERCLASS = WMView;
  12. };
  13. NXSmallScrollView = {
  14.     SUPERCLASS = ScrollView;
  15. };
  16. FirstResponder = {
  17.     ACTIONS = {
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. WMWindow = {
  22.     SUPERCLASS = Window;
  23. };
  24. FileNodeViewer = {
  25.     ACTIONS = {
  26.     sortIcons:;
  27.     doit:;
  28.     windowWillResize:;
  29.     doUpdate:;
  30.     updateX:;
  31.     destroySelectedFiles:;
  32.     changeToExpertView:;
  33.     openDirectoryFrom:;
  34.     changeToBrowser:;
  35.     duplicateFile:;
  36.     selectAll:;
  37.     changeToIconView:;
  38.     windowDidResize:;
  39.     show:;
  40.     openSelection:;
  41.     makeNewDirectory:;
  42.     };
  43.     OUTLETS = {
  44.     iconView;
  45.     animatedFile;
  46.     browser;
  47.     bottomView;
  48.     infoRight;
  49.     iconScrollView;
  50.     bottomContextView;
  51.     iconPath;
  52.     window;
  53.     shelf;
  54.     expertScrollView;
  55.     shelfSizer;
  56.     infoLeft;
  57.     fieldEditor;
  58.     dragger;
  59.     expertView;
  60.     };
  61.     SUPERCLASS = Object;
  62. };
  63. WMIconPath = {
  64.     OUTLETS = {
  65.     delegate;
  66.     };
  67.     SUPERCLASS = WMView;
  68. };
  69. ShelfSizer = {
  70.     OUTLETS = {
  71.     delegate;
  72.     };
  73.     SUPERCLASS = View;
  74. };
  75. WMView = {
  76.     SUPERCLASS = View;
  77. };
  78.