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