home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 4.0 PR1 / NeXT_NEXTSTEP_4.0_PR1_(beta).rar / Openstep4-Pr1User.iso / Upgrader.app / French.lproj / Upgrader.nib / data.classes next >
Text File  |  1994-10-17  |  3KB  |  108 lines

  1. UpgraderApp = {
  2.     ACTIONS = {
  3.     "appDidInit:" = "appDidInit:"; 
  4.     "choose:" = "choose:"; 
  5.     "chooseCancel:" = "chooseCancel:"; 
  6.     "chooseOK:" = "chooseOK:"; 
  7.     "diskPicked:" = "diskPicked:"; 
  8.     "editPlan:" = "editPlan:"; 
  9.     "examine:" = "examine:"; 
  10.     "forceOpenPlan:" = "forceOpenPlan:"; 
  11.     "restart:" = "restart:"; 
  12.     "startOver:" = "startOver:"; 
  13.     "stop:" = "stop:"; 
  14.     "stopUpgrade:" = "stopUpgrade:"; 
  15.     "threadDidComplete:" = "threadDidComplete:"; 
  16.     "threadDidDie:" = "threadDidDie:"; 
  17.     "threadDidPrepareLogEntry:" = "threadDidPrepareLogEntry:"; 
  18.     "upgrade:" = "upgrade:"; 
  19.     }; 
  20.     OUTLETS = {
  21.     auditor = auditor; 
  22.     authorizer = authorizer; 
  23.     bottomTitle = bottomTitle; 
  24.     chooseButton = chooseButton; 
  25.     chooseOKButton = chooseOKButton; 
  26.     choosePanel = choosePanel; 
  27.     diskDisplayButton = diskDisplayButton; 
  28.     diskInfoOne = diskInfoOne; 
  29.     diskInfoTwo = diskInfoTwo; 
  30.     diskMatrix = diskMatrix; 
  31.     diskScrollView = diskScrollView; 
  32.     editPlanButton = editPlanButton; 
  33.     examineButton = examineButton; 
  34.     examineWindow = examineWindow; 
  35.     infoTitle = infoTitle; 
  36.     logText = logText; 
  37.     logWindow = logWindow; 
  38.     noSoftwareTitle = noSoftwareTitle; 
  39.     openControlAccessory = openControlAccessory; 
  40.     pleditor = pleditor; 
  41.     progressMeter = progressMeter; 
  42.     quitMenuCell = quitMenuCell; 
  43.     quitter = quitter; 
  44.     topTitle = topTitle; 
  45.     upgradeButton = upgradeButton; 
  46.     upgradeButtonSet = upgradeButtonSet; 
  47.     upgrader = upgrader; 
  48.     }; 
  49.     SUPERCLASS = Application; 
  50. };
  51. SlideMeter = {SUPERCLASS = View; };
  52. WMClock = {OUTLETS = {timeBitmap = timeBitmap; }; SUPERCLASS = Control; };
  53. PlanEditor = {
  54.     ACTIONS = {
  55.     "actionChanged:" = "actionChanged:"; 
  56.     "allPicked:" = "allPicked:"; 
  57.     "next:" = "next:"; 
  58.     "noteworthyPicked:" = "noteworthyPicked:"; 
  59.     "ok:" = "ok:"; 
  60.     "openFiles:" = "openFiles:"; 
  61.     "previous:" = "previous:"; 
  62.     "proxyActionChange:" = "proxyActionChange:"; 
  63.     "revert:" = "revert:"; 
  64.     "scrollerFrobbed:" = "scrollerFrobbed:"; 
  65.     "selectAll:" = "selectAll:"; 
  66.     "showAll:" = "showAll:"; 
  67.     "showNoteworthy:" = "showNoteworthy:"; 
  68.     }; 
  69.     OUTLETS = {
  70.     actionLabelMatrix = actionLabelMatrix; 
  71.     actionMatrix = actionMatrix; 
  72.     allBox = allBox; 
  73.     allBrowser = allBrowser; 
  74.     allBrowserScroller = allBrowserScroller; 
  75.     allBrowserScrollerBox = allBrowserScrollerBox; 
  76.     auditor = auditor; 
  77.     dragBox = dragBox; 
  78.     dragPad = dragPad; 
  79.     fileField = fileField; 
  80.     modTimeClock = modTimeClock; 
  81.     noteworthyBox = noteworthyBox; 
  82.     noteworthyMatrix = noteworthyMatrix; 
  83.     noteworthyScrollView = noteworthyScrollView; 
  84.     okButton = okButton; 
  85.     revertButton = revertButton; 
  86.     scoopField = scoopField; 
  87.     showWhatPopup = showWhatPopup; 
  88.     window = window; 
  89.     }; 
  90.     SUPERCLASS = Object; 
  91. };
  92. DragPad = {OUTLETS = {auditor = auditor; }; SUPERCLASS = View; };
  93. ReturnKeyWindow = {OUTLETS = {target = target; }; SUPERCLASS = Window; };
  94. Scroller = {SUPERCLASS = Control; };
  95. Authorizer = {SUPERCLASS = Object; };
  96. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  97. AppQuitter = {
  98.     ACTIONS = {"cancel:" = "cancel:"; "continue:" = "continue:"; }; 
  99.     OUTLETS = {
  100.     allDeadPromptBox = allDeadPromptBox; 
  101.     appsBox = appsBox; 
  102.     appsMatrix = appsMatrix; 
  103.     continueButton = continueButton; 
  104.     quitWindow = quitWindow; 
  105.     }; 
  106.     SUPERCLASS = Object; 
  107. };
  108.