home *** CD-ROM | disk | FTP | other *** search
- MethodWindow = {
- ACTIONS = {
- openToMethod:;
- updateFileDirectory:;
- parseForMethods:;
- windowWillClose:;
- fileSelected:;
- };
- OUTLETS = {
- nameField;
- window;
- fileList;
- methodBrowser;
- shortMethodList;
- fileBrowser;
- };
- SUPERCLASS = Object;
- };
- MethodistController = {
- ACTIONS = {
- openMethodWindow:;
- openInfoPanel:;
- appDidInit:;
- newMethodWindow:;
- checkForFileChanges:;
- };
- OUTLETS = {
- infoPanel;
- timer;
- newMethodWindow;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
-