home *** CD-ROM | disk | FTP | other *** search
- Maker = {
- ACTIONS = {
- clear:;
- changeSize:;
- nextError:;
- make:;
- selectError:;
- prevError:;
- };
- OUTLETS = {
- errorTitles;
- doingText;
- argsCell;
- errorMatrix;
- errorScroll;
- argsForm;
- buildButton;
- shellText;
- errorBox;
- controller;
- errorSizer;
- arrowsMatrix;
- makeWindow;
- outputSplit;
- hostCell;
- container;
- shellScroll;
- outputBox;
- };
- SUPERCLASS = ProjectDriver;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- MyObject = {
- SUPERCLASS = Object;
- };
- ProjectDriver = {
- ACTIONS = {
- revert:;
- };
- OUTLETS = {
- window;
- contentView;
- projectEditor;
- };
- SUPERCLASS = Object;
- };
-