home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Modules / Workspace / ObjInspector / Source / English.lproj / ObjInspector.nib / data.classes next >
Encoding:
Text File  |  1993-01-12  |  408 b   |  32 lines

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