home *** CD-ROM | disk | FTP | other *** search
- System = {
- ACTIONS = {
- okCreateAcct:;
- windowWillClose:;
- showCategories:;
- save:;
- close:;
- saveAs:;
- setDefaultBoundary:;
- reconcileAccount:;
- windowWillResize:;
- cancelCreateAcct:;
- deleteAccount:;
- selectAccount:;
- createAccount:;
- showAccount:;
- browser:;
- hideAccount:;
- windowDidBecomeMain:;
- };
- OUTLETS = {
- activeAccount;
- renamePanel;
- boundaryForm;
- categoryMgr;
- acctNameForm;
- accountBrowser;
- hideButton;
- createPanel;
- createButton;
- newNameField;
- transactionMgr;
- acctTypeRadio;
- reconcileButton;
- systemWindow;
- createView;
- oldNameField;
- showButton;
- createDate;
- errMsgTable;
- };
- SUPERCLASS = List;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- DatePrompt = {
- ACTIONS = {
- };
- OUTLETS = {
- instructionField;
- datePromptField;
- };
- SUPERCLASS = Object;
- };
- DateTextField = {
- SUPERCLASS = TextField;
- };
-