home *** CD-ROM | disk | FTP | other *** search
- ///////////////////////////////////////////////////////////////////////////////
- // FILENAME: eTLinkUI.h
- // SUMMARY: Interface definition for Link UI
- // SUPERCLASS: Object
- // INTERFACE: None
- // PROTOCOLS: <Inspectable>
- // AUTHOR: Rohit Khare
- // COPYRIGHT: (c) 1994 California Institure of Technology, eText Project
- ///////////////////////////////////////////////////////////////////////////////
- // DESCRIPTION
- // Displays the etfLink structure (no editing capabilities).
- ///////////////////////////////////////////////////////////////////////////////
- // HISTORY
- // 07/03/94: Created. Mimics Mosaic inline images.
- ///////////////////////////////////////////////////////////////////////////////
-
- #import "eTLink.h"
-
- @interface eTLinkUI:eTImageUI <Inspectable>
- { id theLink;
- id linkPanel;
- id linkView;
- id anchorForm;
- id docForm;
- }
- - setAnnotation:newLink;
- + new;
- @end