home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (User) [68k, x86] / NeXTStep.toast.sit / Nextstep.toast / NextAdmin / Configure.app / German.lproj / DisplayInspector.nib / data.classes next >
Text File  |  1994-10-04  |  1KB  |  45 lines

  1. IODeviceInspector = {
  2.     ACTIONS = {
  3.     "channelOrInterruptPicked:" = "channelOrInterruptPicked:"; 
  4.     "rangeDidChange:" = "rangeDidChange:"; 
  5.     "showInfo:" = "showInfo:"; 
  6.     }; 
  7.     OUTLETS = {
  8.     accessoryHolder = accessoryHolder; 
  9.     dmaBox = dmaBox; 
  10.     dmaMatrix = dmaMatrix; 
  11.     infoButton = infoButton; 
  12.     infoPanel = infoPanel; 
  13.     infoText = infoText; 
  14.     inspectionView = inspectionView; 
  15.     irqBox = irqBox; 
  16.     irqMatrix = irqMatrix; 
  17.     memoryBox = memoryBox; 
  18.     memoryController = memoryController; 
  19.     origWindow = origWindow; 
  20.     portsBox = portsBox; 
  21.     portsController = portsController; 
  22.     statusTitle = statusTitle; 
  23.     }; 
  24.     SUPERCLASS = Object; 
  25. };
  26. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  27. IODisplayInspector = {
  28.     ACTIONS = {
  29.     "cancel:" = "cancel:"; 
  30.     "doubleClicked:" = "doubleClicked:"; 
  31.     "panelDone:" = "panelDone:"; 
  32.     "runPanel:" = "runPanel:"; 
  33.     }; 
  34.     OUTLETS = {
  35.     displayAccessoryHolder = displayAccessoryHolder; 
  36.     displayMode = displayMode; 
  37.     modeText = modeText; 
  38.     modes = modes; 
  39.     okButton = okButton; 
  40.     panel = panel; 
  41.     selectButton = selectButton; 
  42.     }; 
  43.     SUPERCLASS = IODeviceInspector; 
  44. };
  45.