home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / usr / template / client / Drivers / i386 / BusLogicSCSIDriver.config / English.lproj / IntrInspector.nib / data.classes next >
Encoding:
Text File  |  1995-05-26  |  799 b   |  59 lines

  1. IODeviceInspector = {
  2.     ACTIONS = {
  3.     channelOrInterruptPicked:;
  4.     rangeDidChange:;
  5.     showInfo:;
  6.     };
  7.     OUTLETS = {
  8.     portsBox;
  9.     statusTitle;
  10.     memoryController;
  11.     dmaMatrix;
  12.     memoryBox;
  13.     dmaBox;
  14.     portsController;
  15.     infoPanel;
  16.     accessoryHolder;
  17.     infoButton;
  18.     infoText;
  19.     irqBox;
  20.     irqMatrix;
  21.     inspectionView;
  22.     origWindow;
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26. IntrInspector = {
  27.     ACTIONS = {
  28.     level:;
  29.     edge:;
  30.     };
  31.     OUTLETS = {
  32.     levelButton;
  33.     edgeButton;
  34.     boundingBox;
  35.     optionsBox;
  36.     };
  37.     SUPERCLASS = IODeviceInspector;
  38. };
  39. FirstResponder = {
  40.     ACTIONS = {
  41.     };
  42.     SUPERCLASS = Object;
  43. };
  44. SCSIInspector = {
  45.     ACTIONS = {
  46.     sync:;
  47.     fast:;
  48.     cmdQueue:;
  49.     };
  50.     OUTLETS = {
  51.     syncButton;
  52.     cmdQueueButton;
  53.     boundingBox;
  54.     optionsBox;
  55.     fastButton;
  56.     };
  57.     SUPERCLASS = IODeviceInspector;
  58. };
  59.