home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Apps / ProcessMonitor.app / MallocInspector.nib / data.classes next >
Text File  |  1992-03-04  |  482b  |  35 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. MallocInspector = {
  7.     ACTIONS = {
  8.     pickAllZone:;
  9.     pickZone:;
  10.     };
  11.     OUTLETS = {
  12.     allZoneMatrix;
  13.     typeCell;
  14.     usedSlotsCell;
  15.     debugCell;
  16.     occupiedCell;
  17.     efficiencyCell;
  18.     freeNodesCell;
  19.     threadedSwitch;
  20.     usedNodesCell;
  21.     mallocedCell;
  22.     zoneBrowser;
  23.     allocatedSlotsCell;
  24.     };
  25.     SUPERCLASS = Inspector;
  26. };
  27. Inspector = {
  28.     OUTLETS = {
  29.     window;
  30.     contentView;
  31.     inspectView;
  32.     };
  33.     SUPERCLASS = Object;
  34. };
  35.