home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Temp / QuickProject / English.lproj / QuickProject.nib / data.classes next >
Encoding:
Text File  |  1994-09-28  |  1.1 KB  |  44 lines

  1. MiscInfoController = {
  2.     ACTIONS = {
  3.         "info:" = "info:"; 
  4.     "license:" = "license:"; 
  5.     "orderForm:" = "orderForm:"; 
  6.     "registration:" = "registration:"; 
  7.     "releaseNotes:" = "releaseNotes:"; 
  8.     "suggestion:" = "suggestion:"; 
  9.     }; 
  10.     OUTLETS = {
  11.         info = info; 
  12.     orderForm = orderForm; 
  13.     registration = registration; 
  14.     strings = strings; 
  15.     }; 
  16.     SUPERCLASS = Object; 
  17. };
  18. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  19. Controller = {
  20.     ACTIONS = {
  21.         "makeIcon:" = "makeIcon:"; 
  22.     "ok:" = "ok:"; 
  23.     "revert:" = "revert:"; 
  24.     "saveAs:" = "saveAs:"; 
  25.     "showPreferences:" = "showPreferences:"; 
  26.     "showSelectedPath:" = "showSelectedPath:"; 
  27.     }; 
  28.     OUTLETS = {
  29.         adaptors = adaptors; 
  30.     destinationFile = destinationFile; 
  31.     iconWell = iconWell; 
  32.     libraries = libraries; 
  33.     name = name; 
  34.     openInPBSwitch = openInPBSwitch; 
  35.     prefsPanel = prefsPanel; 
  36.     processLog = processLog; 
  37.     selectedTemplatePath = selectedTemplatePath; 
  38.     templateList = templateList; 
  39.     templatePathnames = templatePathnames; 
  40.     templates = templates; 
  41.     }; 
  42.     SUPERCLASS = Object; 
  43. };
  44.