home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / eText5 / Source / eTLink.subproj / English.lproj / UNTITLED.nib / data.classes next >
Encoding:
Text File  |  1994-07-21  |  512 b   |  38 lines

  1. eTImageUI = {
  2.     ACTIONS = {
  3.     chooseImage:;
  4.     editDescription:;
  5.     textDidEnd:;
  6.     editComponentName:;
  7.     editSize:;
  8.     };
  9.     OUTLETS = {
  10.     controlView;
  11.     controlPanel;
  12.     etImage;
  13.     descriptionField;
  14.     linkSwitch;
  15.     heightField;
  16.     componentNameField;
  17.     widthField;
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. FirstResponder = {
  22.     ACTIONS = {
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26. eTFileLinkUI = {
  27.     ACTIONS = {
  28.     editExec:;
  29.     };
  30.     OUTLETS = {
  31.     fnameField;
  32.     linkView;
  33.     execField;
  34.     linkPanel;
  35.     };
  36.     SUPERCLASS = eTImageUI;
  37. };
  38.