home *** CD-ROM | disk | FTP | other *** search
- StoreManager = {
- ACTIONS = {
- refresh:;
- replace:;
- add:;
- delete:;
- verify:;
- new:;
- open:;
- saveAs:;
- };
- OUTLETS = {
- win;
- keyForm;
- browser;
- text;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- DataWrapper = {
- SUPERCLASS = Object;
- };
- Controller = {
- ACTIONS = {
- new:;
- open:;
- };
- OUTLETS = {
- };
- SUPERCLASS = Object;
- };
-