home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ExpenseEditor = {
- ACTIONS = {
- cancel:;
- ok:;
- };
- OUTLETS = {
- form;
- panel;
- amountField;
- dateField;
- descriptionField;
- };
- SUPERCLASS = Object;
- };
- SessionInspector = {
- ACTIONS = {
- cancel:;
- ok:;
- };
- OUTLETS = {
- form;
- panel;
- amountField;
- dateField;
- descriptionField;
- };
- SUPERCLASS = Object;
- };
-