home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- MyApp = {
- ACTIONS = {
- "appDidInit:" = "appDidInit:";
- "closeHost:" = "closeHost:";
- "delete:" = "delete:";
- "hostAddConfig:" = "hostAddConfig:";
- "infoPanel:" = "infoPanel:";
- "localConfig:" = "localConfig:";
- "newHost:" = "newHost:";
- "openHost:" = "openHost:";
- "revert:" = "revert:";
- "save:" = "save:";
- "saveToDomain:" = "saveToDomain:";
- "terminate:" = "terminate:";
- "timeConfig:" = "timeConfig:";
- };
- OUTLETS = {
- host = host;
- hostAddConfig = hostAddConfig;
- infoPanel = infoPanel;
- infoPanelVersion = infoPanelVersion;
- localConfig = localConfig;
- securityPanel = securityPanel;
- timeConfig = timeConfig;
- winMenu = winMenu;
- winMenuMatrix = winMenuMatrix;
- };
- SUPERCLASS = Application;
- };
-