home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- LocalConfig = {
- ACTIONS = {
- "ok:" = "ok:";
- "open:" = "open:";
- "revert:" = "revert:";
- "setBroadcastFrom:" = "setBroadcastFrom:";
- "setHostFrom:" = "setHostFrom:";
- "setIPAddrFrom:" = "setIPAddrFrom:";
- "setNetInfoFrom:" = "setNetInfoFrom:";
- "setNetmaskFrom:" = "setNetmaskFrom:";
- "setRouterFrom:" = "setRouterFrom:";
- "setSecureFrom:" = "setSecureFrom:";
- "setTimeFrom:" = "setTimeFrom:";
- "setYPFrom:" = "setYPFrom:";
- };
- OUTLETS = {
- autoHostButton = autoHostButton;
- autoHostTitle = autoHostTitle;
- autoIPButton = autoIPButton;
- autoIPTitle = autoIPTitle;
- autoNetmaskButton = autoNetmaskButton;
- autoNetmaskTitle = autoNetmaskTitle;
- broadcastMatrix = broadcastMatrix;
- broadcastText = broadcastText;
- hostMatrix = hostMatrix;
- hostText = hostText;
- ipMatrix = ipMatrix;
- ipText = ipText;
- localConfigPanel = localConfigPanel;
- myLocalDomain = myLocalDomain;
- netInfoMatrix = netInfoMatrix;
- netmaskMatrix = netmaskMatrix;
- netmaskText = netmaskText;
- routerMatrix = routerMatrix;
- routerText = routerText;
- secureSwitch = secureSwitch;
- serverSwitch = serverSwitch;
- timeMatrix = timeMatrix;
- ypMatrix = ypMatrix;
- ypText = ypText;
- };
- SUPERCLASS = Object;
- };
-