home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / eText5 / Source / eTLink.subproj / eTLinkUI.h < prev    next >
Encoding:
Text File  |  1994-07-21  |  874 b   |  28 lines

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //    FILENAME:    eTLinkUI.h 
  3. //    SUMMARY:    Interface definition for Link UI
  4. //    SUPERCLASS:    Object
  5. //    INTERFACE:    None
  6. //    PROTOCOLS:    <Inspectable>
  7. //    AUTHOR:        Rohit Khare
  8. //    COPYRIGHT:    (c) 1994 California Institure of Technology, eText Project
  9. ///////////////////////////////////////////////////////////////////////////////
  10. //    DESCRIPTION
  11. //        Displays the etfLink structure (no editing capabilities).
  12. ///////////////////////////////////////////////////////////////////////////////
  13. //    HISTORY
  14. //  07/03/94:    Created. Mimics Mosaic inline images.
  15. ///////////////////////////////////////////////////////////////////////////////
  16.  
  17. #import "eTLink.h"
  18.  
  19. @interface eTLinkUI:eTImageUI <Inspectable>
  20. {    id  theLink;
  21.     id    linkPanel;
  22.     id    linkView;
  23.     id     anchorForm;
  24.     id     docForm;
  25. }
  26. - setAnnotation:newLink;
  27. + new;
  28. @end