home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- HostsServiceCreator = {
- ACTIONS = {
- removeHost:;
- newDefaultRemoteHost:;
- addHost:;
- };
- OUTLETS = {
- listOfHosts;
- hostText;
- hostBrowser;
- removeButton;
- controller;
- addButton;
- };
- SUPERCLASS = Object;
- };
- Controller = {
- ACTIONS = {
- appDidInit:;
- showSelectHosts:;
- showInfo:;
- };
- OUTLETS = {
- proc;
- selectHostsPanel;
- hostPicker;
- infoPanel;
- };
- SUPERCLASS = Object;
- };
-