home *** CD-ROM | disk | FTP | other *** search
- ServerPreferences = {
- ACTIONS = {
- "addLocalServer:" = "addLocalServer:";
- "addProxy:" = "addProxy:";
- "edit:" = "edit:";
- "removeEntry:" = "removeEntry:";
- "select:" = "select:";
- };
- OUTLETS = {
- localServerBox = localServerBox;
- newsHostTextField = newsHostTextField;
- proxyBox = proxyBox;
- };
- SUPERCLASS = PreferenceClient;
- };
- PreferenceClient = {
- ACTIONS = {"setValueForSender:" = "setValueForSender:"; };
- OUTLETS = {controlBox = controlBox; };
- SUPERCLASS = Object;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
-