home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- deleteLink:;
- toggleLeaf:;
- openFolder:;
- duplicate:;
- openFile:;
- };
- SUPERCLASS = Object;
- };
- AppDelegate = {
- ACTIONS = {
- appDidInit:;
- newViewer:;
- showInfo:;
- };
- OUTLETS = {
- };
- SUPERCLASS = Object;
- };
- WW3DTesterAppController = {
- ACTIONS = {
- showInfoPanel:;
- newWell:;
- open:;
- };
- OUTLETS = {
- infoPanel;
- currentDoc;
- docList;
- };
- SUPERCLASS = Object;
- };
-