home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextDeveloper / Demos / OpenSesame.app / English.lproj / SelectHosts.nib / data.classes next >
Text File  |  1993-03-09  |  481b  |  36 lines

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