home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 (1993) / nebula.bin / SourceCode / Inspectors / YourWS_Inspector / English.lproj / YourWS_Inspector.nib / data.classes next >
Encoding:
Text File  |  1992-08-27  |  472 b   |  38 lines

  1. YourWS_Inspector = {
  2.     ACTIONS = {
  3.     touch:;
  4.     setEdited:;
  5.     ok:;
  6.     textDidChange:;
  7.     revert:;
  8.     };
  9.     OUTLETS = {
  10.     text;
  11.     window;
  12.     };
  13.     SUPERCLASS = WMInspector;
  14. };
  15. FirstResponder = {
  16.     ACTIONS = {
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20. WMInspector = {
  21.     ACTIONS = {
  22.     touch:;
  23.     ok:;
  24.     textDidChange:;
  25.     revert:;
  26.     };
  27.     OUTLETS = {
  28.     fileNameField;
  29.     window;
  30.     revertButton;
  31.     fileIconButton;
  32.     okButton;
  33.     dirNameField;
  34.     dirTitleField;
  35.     };
  36.     SUPERCLASS = Object;
  37. };
  38.