home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 3.3J / os33j.iso / private / Drivers / i386 / Adaptec2940SCSIDriver.config / English.lproj / SCSIInspector.nib / data.classes next >
Text File  |  1994-09-26  |  625b  |  46 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. FirstResponder = {
  27.     ACTIONS = {
  28.     };
  29.     SUPERCLASS = Object;
  30. };
  31. SCSIInspector = {
  32.     ACTIONS = {
  33.     sync:;
  34.     fast:;
  35.     cmdQueue:;
  36.     };
  37.     OUTLETS = {
  38.     syncButton;
  39.     cmdQueueButton;
  40.     boundingBox;
  41.     optionsBox;
  42.     fastButton;
  43.     };
  44.     SUPERCLASS = IODeviceInspector;
  45. };
  46.