home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / eText5 / Source / Document.subproj / English.lproj / eTDocUI.nib / data.classes next >
Encoding:
Text File  |  1994-11-12  |  701 b   |  58 lines

  1. eText = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     doc;
  6.     };
  7.     SUPERCLASS = Text;
  8. };
  9. ContainerView = {
  10.     ACTIONS = {
  11.     splitView:;
  12.     };
  13.     OUTLETS = {
  14.     theAgent;
  15.     contentView;
  16.     };
  17.     SUPERCLASS = View;
  18. };
  19. FirstResponder = {
  20.     ACTIONS = {
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24. eTDocUI = {
  25.     ACTIONS = {
  26.     revert:;
  27.     close:;
  28.     save:;
  29.     print:;
  30.     saveTo:;
  31.     windowDidBecomeMain:;
  32.     windowWillClose:;
  33.     saveAs:;
  34.     };
  35.     OUTLETS = {
  36.     printInfo;
  37.     theSplitview;
  38.     etDoc;
  39.     theWindow;
  40.     theContainer;
  41.     eTextObj;
  42.     theScroller;
  43.     theAgent;
  44.     };
  45.     SUPERCLASS = Object;
  46. };
  47. eTDoc = {
  48.     ACTIONS = {
  49.     };
  50.     OUTLETS = {
  51.     annotationTab;
  52.     docUI;
  53.     corpusTab;
  54.     docTypeObj;
  55.     };
  56.     SUPERCLASS = Object;
  57. };
  58.