home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J / os42j.iso / NextDeveloper / Demos / OpenSesame.app / Japanese.lproj / OpenSesame.nib / data.classes next >
Text File  |  1996-10-07  |  650b  |  21 lines

  1. RemoteHostPicker = {
  2.     ACTIONS = {"cancel:" = "cancel:"; "ok:" = "ok:"; "promptForAHost:" = "promptForAHost:"; }; 
  3.     OUTLETS = {hostText = hostText; theWindow = theWindow; }; 
  4.     SUPERCLASS = Object; 
  5. };
  6. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  7. Controller = {
  8.     ACTIONS = {
  9.     "appDidInit:" = "appDidInit:"; 
  10.     "showInfo:" = "showInfo:"; 
  11.     "showSelectHosts:" = "showSelectHosts:"; 
  12.     }; 
  13.     OUTLETS = {hostPicker = hostPicker; infoPanel = infoPanel; proc = proc; }; 
  14.     SUPERCLASS = Object; 
  15. };
  16. Subprocess = {
  17.     ACTIONS = {"terminate:" = "terminate:"; }; 
  18.     OUTLETS = {delegate = delegate; }; 
  19.     SUPERCLASS = Object; 
  20. };
  21.