home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / eText5 / Source / eTURLink.subproj / English.lproj / eTURLinkUI.nib / data.classes next >
Encoding:
Text File  |  1994-07-24  |  618 b   |  47 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. eTLinkWell = {
  22.     ACTIONS = {
  23.     };
  24.     OUTLETS = {
  25.     omniText;
  26.     };
  27.     SUPERCLASS = Button;
  28. };
  29. FirstResponder = {
  30.     ACTIONS = {
  31.     };
  32.     SUPERCLASS = Object;
  33. };
  34. eTURLinkUI = {
  35.     ACTIONS = {
  36.     editURL:;
  37.     };
  38.     OUTLETS = {
  39.     urlPanel;
  40.     urlView;
  41.     omniWell;
  42.     theeTURLink;
  43.     urlField;
  44.     };
  45.     SUPERCLASS = eTImageUI;
  46. };
  47.