home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- VISIONModuleController = {
- ACTIONS = {
- "addModule:" = "addModule:";
- "dontLoadOnLaunch:" = "dontLoadOnLaunch:";
- "loadAllModules:" = "loadAllModules:";
- "loadModule:" = "loadModule:";
- "loadOnLaunch:" = "loadOnLaunch:";
- "moduleDialog:" = "moduleDialog:";
- "moduleSelected:" = "moduleSelected:";
- "rebuildHelp:" = "rebuildHelp:";
- "removeModules:" = "removeModules:";
- "save:" = "save:";
- "saveAs:" = "saveAs:";
- "showManual:" = "showManual:";
- "sortCfg:" = "sortCfg:";
- "updateCfg:" = "updateCfg:";
- };
- OUTLETS = {
- authorsText = authorsText;
- boxForIcon = boxForIcon;
- copyrightText = copyrightText;
- loadAuthorsText = loadAuthorsText;
- loadBoxForIcon = loadBoxForIcon;
- loadButton = loadButton;
- loadCopyrightText = loadCopyrightText;
- loadNameText = loadNameText;
- loadPanel = loadPanel;
- loadPanelTitle = loadPanelTitle;
- manualButton = manualButton;
- moduleBrowser = moduleBrowser;
- modulePanel = modulePanel;
- nameText = nameText;
- pathText = pathText;
- removeButton = removeButton;
- theStrings = theStrings;
- unloadButton = unloadButton;
- };
- SUPERCLASS = Object;
- };
-