home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J / os42j.iso / NextDeveloper / Demos / DarkForest.app / English.lproj / FileWindow.nib / data.classes next >
Text File  |  1994-04-04  |  1KB  |  87 lines

  1. IconFetcher = {
  2.     ACTIONS = {
  3.     fetchIconFor:;
  4.     };
  5.     SUPERCLASS = Thread;
  6. };
  7. ClawAnimator = {
  8.     ACTIONS = {
  9.     shredAt::;
  10.     };
  11.     OUTLETS = {
  12.     clawMask;
  13.     claw;
  14.     shred;
  15.     shredComposite;
  16.     pristineContents;
  17.     };
  18.     SUPERCLASS = View;
  19. };
  20. FirstResponder = {
  21.     ACTIONS = {
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25. Thread = {
  26.     ACTIONS = {
  27.     };
  28.     OUTLETS = {
  29.     delegate;
  30.     };
  31.     SUPERCLASS = Object;
  32. };
  33. UnixTree = {
  34.     SUPERCLASS = Object;
  35. };
  36. DragPad = {
  37.     ACTIONS = {
  38.     };
  39.     OUTLETS = {
  40.     auditor;
  41.     };
  42.     SUPERCLASS = View;
  43. };
  44. FileWindow = {
  45.     ACTIONS = {
  46.     filePicked:;
  47.     doFree:;
  48.     compress:;
  49.     devour:;
  50.     openFiles:;
  51.     };
  52.     OUTLETS = {
  53.     clawView;
  54.     window;
  55.     devourButton;
  56.     filePad;
  57.     selDescription;
  58.     clock;
  59.     fileBrowser;
  60.     };
  61.     SUPERCLASS = Thread;
  62. };
  63. NegligentUnixFSTree = {
  64.     SUPERCLASS = UnixFSTree;
  65. };
  66. UnixFSTree = {
  67.     ACTIONS = {
  68.     };
  69.     OUTLETS = {
  70.     FSEnumQueueClass;
  71.     DeviceClass;
  72.     SymLinkClass;
  73.     ListClass;
  74.     DirectoryClass;
  75.     FileClass;
  76.     };
  77.     SUPERCLASS = UnixTree;
  78. };
  79. WMClock = {
  80.     ACTIONS = {
  81.     };
  82.     OUTLETS = {
  83.     timeBitmap;
  84.     };
  85.     SUPERCLASS = Control;
  86. };
  87.