home *** CD-ROM | disk | FTP | other *** search
- RemoteHostPicker = {
- ACTIONS = {"cancel:" = "cancel:"; "ok:" = "ok:"; "promptForAHost:" = "promptForAHost:"; };
- OUTLETS = {hostText = hostText; theWindow = theWindow; };
- SUPERCLASS = Object;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- Controller = {
- ACTIONS = {
- "appDidInit:" = "appDidInit:";
- "showInfo:" = "showInfo:";
- "showSelectHosts:" = "showSelectHosts:";
- };
- OUTLETS = {hostPicker = hostPicker; infoPanel = infoPanel; proc = proc; };
- SUPERCLASS = Object;
- };
- Subprocess = {
- ACTIONS = {"terminate:" = "terminate:"; };
- OUTLETS = {delegate = delegate; };
- SUPERCLASS = Object;
- };
-