home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextDeveloper / Demos / OpenSesame.app / English.lproj / OpenSesame.nib / data.classes next >
Text File  |  1993-03-04  |  501b  |  40 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. RemoteHostPicker = {
  7.     ACTIONS = {
  8.     cancel:;
  9.     ok:;
  10.     promptForAHost:;
  11.     };
  12.     OUTLETS = {
  13.     hostText;
  14.     theWindow;
  15.     };
  16.     SUPERCLASS = Object;
  17. };
  18. Controller = {
  19.     ACTIONS = {
  20.     appDidInit:;
  21.     showSelectHosts:;
  22.     showInfo:;
  23.     };
  24.     OUTLETS = {
  25.     proc;
  26.     infoPanel;
  27.     hostPicker;
  28.     };
  29.     SUPERCLASS = Object;
  30. };
  31. Subprocess = {
  32.     ACTIONS = {
  33.     terminate:;
  34.     };
  35.     OUTLETS = {
  36.     delegate;
  37.     };
  38.     SUPERCLASS = Object;
  39. };
  40.