home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextAdmin / Configure.app / Spanish.lproj / DisplayInspector.nib / data.classes next >
Text File  |  1993-08-29  |  676b  |  49 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. IODisplayInspector = {
  32.     ACTIONS = {
  33.     cancel:;
  34.     panelDone:;
  35.     doubleClicked:;
  36.     runPanel:;
  37.     };
  38.     OUTLETS = {
  39.     selectButton;
  40.     modes;
  41.     panel;
  42.     modeText;
  43.     displayMode;
  44.     okButton;
  45.     displayAccessoryHolder;
  46.     };
  47.     SUPERCLASS = IODeviceInspector;
  48. };
  49.