home *** CD-ROM | disk | FTP | other *** search
- WW3DTesterAppController = {
- ACTIONS = {
- "import:" = "import:";
- "newWell:" = "newWell:";
- "open:" = "open:";
- "showInfoPanel:" = "showInfoPanel:";
- };
- SUPERCLASS = Object;
- };
- BuildaDudeIIAppController = {
- ACTIONS = {
- "close:" = "close:";
- "newWell:" = "newWell:";
- "open:" = "open:";
- "showInfoPanel:" = "showInfoPanel:";
- };
- OUTLETS = {currentDoc = currentDoc; docList = docList; infoPanel = infoPanel; };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- "close:" = "close:";
- "dump3DTextScene:" = "dump3DTextScene:";
- "dumpEve:" = "dumpEve:";
- "dumpInventor:" = "dumpInventor:";
- "dumpRIB:" = "dumpRIB:";
- "dumpScene:" = "dumpScene:";
- "dumpShot:" = "dumpShot:";
- "import:" = "import:";
- "revert:" = "revert:";
- "save:" = "save:";
- "saveAs:" = "saveAs:";
- };
- SUPERCLASS = Object;
- };
-