home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.0 (User) / OS_user_4.0.iso / NextAdmin / Configure.app / Spanish.lproj / TableInspector.nib / data.classes next >
Text File  |  1994-10-11  |  2KB  |  84 lines

  1. GenericDeviceInspector = {
  2.     ACTIONS = {
  3.     "dmaOrIrqPicked:" = "dmaOrIrqPicked:"; 
  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.     inspec = inspec; 
  15.     irqBox = irqBox; 
  16.     irqMatrix = irqMatrix; 
  17.     mappedMemoryBox = mappedMemoryBox; 
  18.     mappedMemoryController = mappedMemoryController; 
  19.     origWindow = origWindow; 
  20.     portAddressesBox = portAddressesBox; 
  21.     portAddressesController = portAddressesController; 
  22.     statusTitle = statusTitle; 
  23.     }; 
  24.     SUPERCLASS = Object; 
  25. };
  26. IOTableInspector = {
  27.     ACTIONS = {
  28.     "cancel:" = "cancel:"; 
  29.     "newRow:" = "newRow:"; 
  30.     "ok:" = "ok:"; 
  31.     "removeRow:" = "removeRow:"; 
  32.     "revert:" = "revert:"; 
  33.     "runPanel:" = "runPanel:"; 
  34.     }; 
  35.     OUTLETS = {oldTable = oldTable; panel = panel; table = table; tableView = tableView; }; 
  36.     SUPERCLASS = Object; 
  37. };
  38. IOAddressRanger = {
  39.     ACTIONS = {"checkText:" = "checkText:"; "minus:" = "minus:"; "plus:" = "plus:"; }; 
  40.     OUTLETS = {
  41.     delegate = delegate; 
  42.     rangeText = rangeText; 
  43.     sizeText = sizeText; 
  44.     statusButton = statusButton; 
  45.     }; 
  46.     SUPERCLASS = Object; 
  47. };
  48. IODeviceInspector = {
  49.     ACTIONS = {
  50.     "channelOrInterruptPicked:" = "channelOrInterruptPicked:"; 
  51.     "rangeDidChange:" = "rangeDidChange:"; 
  52.     "showInfo:" = "showInfo:"; 
  53.     }; 
  54.     OUTLETS = {
  55.     accessoryHolder = accessoryHolder; 
  56.     dmaBox = dmaBox; 
  57.     dmaMatrix = dmaMatrix; 
  58.     infoButton = infoButton; 
  59.     infoPanel = infoPanel; 
  60.     infoText = infoText; 
  61.     inspectionView = inspectionView; 
  62.     irqBox = irqBox; 
  63.     irqMatrix = irqMatrix; 
  64.     memoryBox = memoryBox; 
  65.     memoryController = memoryController; 
  66.     origWindow = origWindow; 
  67.     portsBox = portsBox; 
  68.     portsController = portsController; 
  69.     statusTitle = statusTitle; 
  70.     }; 
  71.     SUPERCLASS = Object; 
  72. };
  73. AddressRanger = {
  74.     ACTIONS = {"checkText:" = "checkText:"; "minus:" = "minus:"; "plus:" = "plus:"; }; 
  75.     OUTLETS = {
  76.     delegate = delegate; 
  77.     rangeText = rangeText; 
  78.     sizeText = sizeText; 
  79.     statusButton = statusButton; 
  80.     }; 
  81.     SUPERCLASS = Object; 
  82. };
  83. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  84.