Uses of Interface
com.vladium.emma.report.html.doc.IElementList

Packages that use IElementList
com.vladium.emma.report.html.doc   
 

Uses of IElementList in com.vladium.emma.report.html.doc
 

Subinterfaces of IElementList in com.vladium.emma.report.html.doc
static interface HTMLTable.ICell
           
static interface HTMLTable.IRow
           
 interface IElement
           
 

Classes in com.vladium.emma.report.html.doc that implement IElementList
 class ElementList
          element list that is not necessarily an element itself
 class HTMLDocument
           
 class HTMLTable
           
private static class HTMLTable.Cell
           
private static class HTMLTable.Row
           
 class HyperRef
           
(package private) static class IElement.Factory.ElementImpl
           
 

Methods in com.vladium.emma.report.html.doc that return IElementList
 IElementList HTMLDocument.add(IContent content)
          Overridden to add to the doc body.
 IElementList IElement.Factory.ElementImpl.add(IContent content)
           
 IElementList IElementList.add(IContent content)
           
 IElementList ElementList.add(IContent content)
           
 IElementList IElement.Factory.ElementImpl.add(int index, IContent content)
           
 IElementList IElementList.add(int index, IContent content)
           
 IElementList ElementList.add(int index, IContent content)