home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 for Intel / NeXTSTEP 3.2 for Intel.iso / NextApps / Mail.app / English.lproj / Mail.nib / data.classes next >
Encoding:
Text File  |  1993-01-12  |  903 b   |  70 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     encryptKeys:;
  4.     forward:;
  5.     mailboxes:;
  6.     compact:;
  7.     expunge:;
  8.     enterSelection:;
  9.     define:;
  10.     openPageLayout:;
  11.     deleteOne:;
  12.     printPanel:;
  13.     addLocalWord:;
  14.     save:;
  15.     addPrivateUser:;
  16.     openLipService:;
  17.     showFindPanel:;
  18.     undeleteMsg:;
  19.     backSame:;
  20.     findSame:;
  21.     sortByDate:;
  22.     sortByNumber:;
  23.     reply:;
  24.     sortByName:;
  25.     optionsPanel:;
  26.     spellCheck:;
  27.     newMail:;
  28.     deliver:;
  29.     replyAll:;
  30.     address:;
  31.     sortBySubject:;
  32.     newSender:;
  33.     makeAscii:;
  34.     doInfo:;
  35.     undo:;
  36.     };
  37.     SUPERCLASS = Object;
  38. };
  39. MailDriver = {
  40.     ACTIONS = {
  41.     openLipService:;
  42.     openIcon:;
  43.     regExpr:;
  44.     quit:;
  45.     deliver:;
  46.     appDidInit:;
  47.     appDidUnhide:;
  48.     mailboxes:;
  49.     appDidHide:;
  50.     doInfo:;
  51.     showMbox:;
  52.     find:;
  53.     ignoreCase:;
  54.     realQuit:;
  55.     showPreferences:;
  56.     address:;
  57.     };
  58.     OUTLETS = {
  59.     printCell;
  60.     toolsMenu;
  61.     quitCell;
  62.     windowsCell;
  63.     fontCell;
  64.     serviceCell;
  65.     hideCell;
  66.     rulerCell;
  67.     };
  68.     SUPERCLASS = Application;
  69. };
  70.