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

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. ObjcInspector = {
  7.     ACTIONS = {
  8.     pickImage:;
  9.     };
  10.     OUTLETS = {
  11.     classesCategoriesCell;
  12.     imageButton;
  13.     methodsIFullCell;
  14.     methodsClassCell;
  15.     methodsCNumberCell;
  16.     totalCacheBytesCell;
  17.     classesBytesCell;
  18.     classesPagesCell;
  19.     methodsCBytesCell;
  20.     methodsRefsCell;
  21.     methodsInstanceCell;
  22.     methodsINumberCell;
  23.     classesInUseCell;
  24.     imagePopUp;
  25.     methodsIPagesCell;
  26.     methodsCFullCell;
  27.     totalCachePagesCell;
  28.     methodsCPagesCell;
  29.     classesDefinedCell;
  30.     methodsIBytesCell;
  31.     };
  32.     SUPERCLASS = Inspector;
  33. };
  34. Inspector = {
  35.     OUTLETS = {
  36.     window;
  37.     contentView;
  38.     inspectView;
  39.     };
  40.     SUPERCLASS = Object;
  41. };
  42.