home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / CheckSum.app / English.lproj / System.nib / data.classes next >
Encoding:
Text File  |  1994-05-11  |  1.5 KB  |  100 lines

  1. DateTextField = {
  2.     SUPERCLASS = TextField;
  3. };
  4. CategoryMgr = {
  5.     ACTIONS = {
  6.     deleteAcctCategory:;
  7.     resetUpdateField:;
  8.     replaceCategory:;
  9.     selectCategory:;
  10.     addAcctCategory:;
  11.     selectGroup:;
  12.     };
  13.     OUTLETS = {
  14.     updateField;
  15.     expView;
  16.     activeBrowser;
  17.     activeGroup;
  18.     incView;
  19.     expenseBrowser;
  20.     incomeOrExpenseRadio;
  21.     categoryWindow;
  22.     theSplitView;
  23.     incomeBrowser;
  24.     };
  25.     SUPERCLASS = List;
  26. };
  27. AppWindow = {
  28.     SUPERCLASS = Window;
  29. };
  30. FirstResponder = {
  31.     ACTIONS = {
  32.     menuItemUpdate:;
  33.     systemCategories:;
  34.     catRequest:;
  35.     showReconcileWin:;
  36.     showFindPanel:;
  37.     New:;
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41. ObjectCell = {
  42.     OUTLETS = {
  43.     myObject;
  44.     };
  45.     SUPERCLASS = ActionCell;
  46. };
  47. System = {
  48.     ACTIONS = {
  49.     browser:;
  50.     windowWillClose:;
  51.     reconcileAccount:;
  52.     showAccount:;
  53.     deleteAccount:;
  54.     createAccount:;
  55.     doShowCategories:;
  56.     showCategories:;
  57.     findTransaction:;
  58.     doShowFindPanel:;
  59.     importExpRequest:;
  60.     selectAccount:;
  61.     cancelCreateAcct:;
  62.     hideAccount:;
  63.     windowWillResize:;
  64.     contextHelp:;
  65.     saveAs:;
  66.     close:;
  67.     okCreateAcct:;
  68.     archiveSys:;
  69.     showFindPanel:;
  70.     windowDidBecomeMain:;
  71.     save:;
  72.     setDefaultBoundary:;
  73.     };
  74.     OUTLETS = {
  75.     categoryButton;
  76.     findButton;
  77.     OKCreatePanelButton;
  78.     renamePanel;
  79.     categoryMgr;
  80.     acctNameForm;
  81.     accountBrowser;
  82.     createPanel;
  83.     createButton;
  84.     newNameField;
  85.     transactionMgr;
  86.     acctTypeRadio;
  87.     acctBalanceForm;
  88.     reconcileButton;
  89.     systemWindow;
  90.     createView;
  91.     oldNameField;
  92.     findPanel;
  93.     createDate;
  94.     createPanelBox;
  95.     activeAccount;
  96.     errMsgTable;
  97.     };
  98.     SUPERCLASS = List;
  99. };
  100.