home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / MiscKit1.2.6 / Examples / Interfaces / InfoMenu.nib / data.classes next >
Encoding:
Text File  |  1994-06-02  |  973 b   |  72 lines

  1. MiscInfoController = {
  2.     ACTIONS = {
  3.     hideOrShowMenus:;
  4.     license:;
  5.     releaseNotes:;
  6.     info:;
  7.     orderForm:;
  8.     suggestion:;
  9.     registration:;
  10.     };
  11.     OUTLETS = {
  12.     orderForm;
  13.     info;
  14.     strings;
  15.     registration;
  16.     };
  17.     SUPERCLASS = Object;
  18. };
  19. MiscInfo = {
  20.     ACTIONS = {
  21.     setController:;
  22.     info:;
  23.     };
  24.     OUTLETS = {
  25.     niftyView;
  26.     regText;
  27.     versionDateText;
  28.     versionText;
  29.     controller;
  30.     infoPanel;
  31.     strings;
  32.     };
  33.     SUPERCLASS = Object;
  34. };
  35. FirstResponder = {
  36.     ACTIONS = {
  37.     };
  38.     SUPERCLASS = Object;
  39. };
  40. MiscRegistration = {
  41.     ACTIONS = {
  42.     setController:;
  43.     registerApp:;
  44.     registration:;
  45.     cancelRegistration:;
  46.     };
  47.     OUTLETS = {
  48.     regNumText;
  49.     registerPanel;
  50.     controller;
  51.     regText;
  52.     strings;
  53.     };
  54.     SUPERCLASS = Object;
  55. };
  56. MiscOrderForm = {
  57.     ACTIONS = {
  58.     costCalc:;
  59.     printOrderForm:;
  60.     setController:;
  61.     orderForm:;
  62.     };
  63.     OUTLETS = {
  64.     orderFormPanel;
  65.     controller;
  66.     costPerLicenseText;
  67.     numLicensesText;
  68.     totalCostText;
  69.     };
  70.     SUPERCLASS = Object;
  71. };
  72.