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

  1. HostsServiceCreator = {
  2.     ACTIONS = {
  3.     "addHost:" = "addHost:"; 
  4.     "newDefaultRemoteHost:" = "newDefaultRemoteHost:"; 
  5.     "removeHost:" = "removeHost:"; 
  6.     }; 
  7.     OUTLETS = {
  8.     addButton = addButton; 
  9.     controller = controller; 
  10.     hostBrowser = hostBrowser; 
  11.     hostText = hostText; 
  12.     listOfHosts = listOfHosts; 
  13.     removeButton = removeButton; 
  14.     }; 
  15.     SUPERCLASS = Object; 
  16. };
  17. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  18. Controller = {
  19.     ACTIONS = {
  20.     "appDidInit:" = "appDidInit:"; 
  21.     "showInfo:" = "showInfo:"; 
  22.     "showSelectHosts:" = "showSelectHosts:"; 
  23.     }; 
  24.     OUTLETS = {
  25.     hostPicker = hostPicker; 
  26.     infoPanel = infoPanel; 
  27.     proc = proc; 
  28.     selectHostsPanel = selectHostsPanel; 
  29.     }; 
  30.     SUPERCLASS = Object; 
  31. };
  32.