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