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

  1. MachInspector = {
  2.     ACTIONS = {
  3.     selectPage:;
  4.     };
  5.     OUTLETS = {
  6.     sharedSwitch;
  7.     cleanSwitch;
  8.     unsharedCell;
  9.     pageBrowser;
  10.     sharedCell;
  11.     totalCell;
  12.     sectionInfos;
  13.     segmentCell;
  14.     freeCell;
  15.     sectionCell;
  16.     activeCell;
  17.     duplicatedSwitch;
  18.     inactiveCell;
  19.     regionManager;
  20.     stateMatrix;
  21.     ownerCell;
  22.     statusMatrix;
  23.     wiredSwitch;
  24.     shadowedSwitch;
  25.     };
  26.     SUPERCLASS = Inspector;
  27. };
  28. FirstResponder = {
  29.     ACTIONS = {
  30.     };
  31.     SUPERCLASS = Object;
  32. };
  33. Inspector = {
  34.     OUTLETS = {
  35.     window;
  36.     contentView;
  37.     inspectView;
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41.