home *** CD-ROM | disk | FTP | other *** search
- DateTextField = {
- SUPERCLASS = TextField;
- };
- ReconcileMgr = {
- ACTIONS = {
- prepToClear:;
- redisplayMatrix:;
- finishReconciling:;
- windowDidBecomeKey:;
- updateFields:;
- windowWillClose:;
- adjustPreviousReconcileBalance:;
- windowWillResize:;
- };
- OUTLETS = {
- depositBalField;
- currentTransaction;
- atmBalField;
- previousBalField;
- matrix;
- checkBalField;
- outstandingBalField;
- account;
- otherBalField;
- sortByRadio;
- differenceBalField;
- fromDateField;
- newBalField;
- toDateField;
- datePrompt;
- reconciledBalField;
- scrollView;
- reconcileWindow;
- };
- SUPERCLASS = Object;
- };
- DatePrompt = {
- ACTIONS = {
- };
- OUTLETS = {
- instructionField;
- datePromptField;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Controller = {
- ACTIONS = {
- windowWillClose:;
- open:;
- showReconcileWin:;
- showInfoPanel:;
- doClose:;
- save:;
- incomeRequest:;
- showHelpPanel:;
- quit:;
- appDidInit:;
- selectionRequest:;
- revertToSaved:;
- app:;
- new:;
- saveAsRequest:;
- showPrefPanel:;
- };
- OUTLETS = {
- closeItem;
- printItem;
- theAccPanelContr;
- reconcileWin;
- theSystemContr;
- saveMenu;
- saveAsMenu;
- revertItem;
- infoPanel;
- formatReportItem;
- helpPanel;
- openMenu;
- prefPanel;
- reporter;
- formatItem;
- };
- SUPERCLASS = Object;
- };
- AmountTF = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = TextField;
- };
- RecordsContr = {
- ACTIONS = {
- windowWillClose:;
- enterFromField:;
- isOpen:;
- showReconcileWin:;
- transfer:;
- popDeposit:;
- recordTransaction:;
- popATM:;
- deleteRequest:;
- popCheck:;
- checkUpdateToggle:;
- doubleClick:;
- popOther:;
- };
- OUTLETS = {
- ckNum;
- reconcileWin;
- autoDate;
- autoNumber;
- firstResponder;
- instructionField;
- transPromptDelegate;
- checkBox;
- printView;
- ckUpToggle;
- clearTransactionField;
- accountPrompt;
- clearDepositField;
- titleBar;
- matrix;
- currentTransaction;
- ckUpBox;
- clearBalanceField;
- recordButton;
- ckTransactionF;
- lunchAccountsPanel;
- deleteButton;
- ckTax;
- clearPaymentField;
- ckSignView;
- clearTaxExemptField;
- ckDollarF;
- popUpButton;
- theRecordsWin;
- ckMemoF;
- resepticalBox;
- ckDate;
- ckPayF;
- scrollView;
- ckCatF;
- ckBank;
- refreshDisplay;
- checkPayFDelegate;
- clearAccountField;
- ckScrollView;
- ckAllBox;
- accountsContr;
- ckName;
- currTransCell;
- updateRecordsBox;
- };
- SUPERCLASS = Object;
- };
-