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

  1. DPSInspector = {
  2.     OUTLETS = {
  3.     backingStore;
  4.     virtualMemory;
  5.     };
  6.     SUPERCLASS = Inspector;
  7. };
  8. FirstResponder = {
  9.     ACTIONS = {
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. Inspector = {
  14.     OUTLETS = {
  15.     window;
  16.     contentView;
  17.     inspectView;
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21.