Class browser.DisplayItemTagRef
All Packages    This Package    Previous    Next

Class browser.DisplayItemTagRef

java.lang.Object
   |
   +----net.www.html.TagRef
           |
           +----browser.WRTagRef
                   |
                   +----browser.DisplayItemTagRef

public class DisplayItemTagRef
extends WRTagRef
Class DisplayItemTagRef is the superclass of all hotjava tag refs which result in the creation of display items. Subclassers must override the buildDisplayItem method, and often that's all they need to override.
See Also:
ImgTagRef, HRTagRef, Document
Version:
1.10, 20 Mar 1995
Author:
Jonathan Payne

DisplayItemTagRef(Tag, int, boolean)

apply(WRFormatter)

DisplayItemTagRef
  public DisplayItemTagRef(Tag t,
                           int pos,
                           boolean isEnd)

apply
  public void apply(WRFormatter f)

All Packages    This Package    Previous    Next