Class browser.WRListRef
All Packages    This Package    Previous    Next

Class browser.WRListRef

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

public class WRListRef
extends WRTagRef
Class WRListRef is the super class of all the html tag refs that exhibit list characteristics, such as dl, ol, ul.
Version:
1.9, 14 Mar 1995
Author:
Jonathan Payne

margin
marginIncrement

WRListRef(Tag, int, boolean, int)
WRListRef(Tag, int, boolean)

apply(WRFormatter)
getNextBullet(WRFormatter)

marginIncrement
  protected int marginIncrement
margin
  protected int margin

WRListRef
  public WRListRef(Tag t,
                   int pos,
                   boolean isEnd,
                   int margin)
WRListRef
  public WRListRef(Tag t,
                   int pos,
                   boolean isEnd)

getNextBullet
  public DisplayItem getNextBullet(WRFormatter f)
apply
  public void apply(WRFormatter f)

All Packages    This Package    Previous    Next