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 / WMBrowser.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. FileNodeViewer = {
  22.     ACTIONS = {
  23.     sortIcons:;
  24.     doit:;
  25.     windowWillResize:;
  26.     destroySelectedFiles:;
  27.     updateX:;
  28.     doUpdate:;
  29.     changeToExpertView:;
  30.     openDirectoryFrom:;
  31.     changeToBrowser:;
  32.     duplicateFile:;
  33.     selectAll:;
  34.     changeToIconView:;
  35.     windowDidResize:;
  36.     show:;
  37.     openSelection:;
  38.     makeNewDirectory:;
  39.     };
  40.     OUTLETS = {
  41.     iconView;
  42.     animatedFile;
  43.     browser;
  44.     bottomView;
  45.     infoRight;
  46.     iconScrollView;
  47.     bottomContextView;
  48.     iconPath;
  49.     window;
  50.     shelf;
  51.     expertScrollView;
  52.     shelfSizer;
  53.     infoLeft;
  54.     fieldEditor;
  55.     dragger;
  56.     expertView;
  57.     };
  58.     SUPERCLASS = Object;
  59. };
  60. WMWindow = {
  61.     SUPERCLASS = Window;
  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.