home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Examples / MailTest / English.lproj / MailTest.nib / data.classes next >
Encoding:
Text File  |  1994-09-29  |  804 b   |  33 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.         "appDidInit:" = "appDidInit:"; 
  22.     "body:" = "body:"; 
  23.     "cc:" = "cc:"; 
  24.     "deliver:" = "deliver:"; 
  25.     "doMessage:" = "doMessage:"; 
  26.     "getWindow:" = "getWindow:"; 
  27.     "subject:" = "subject:"; 
  28.     "to:" = "to:"; 
  29.     }; 
  30.     OUTLETS = {body = body; cc = cc; subject = subject; to = to; window = window; }; 
  31.     SUPERCLASS = Object; 
  32. };
  33.