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

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

Uses of IContent in com.vladium.emma.report.html
 

Fields in com.vladium.emma.report.html declared as IContent
private static IContent ReportGenerator.LEFT_BRACKET
           
private  IContent ReportGenerator.m_footerBottom
           
private  IContent ReportGenerator.m_pageTitle
           
private static IContent ReportGenerator.RIGHT_BRACKET
           
 

Methods in com.vladium.emma.report.html that return IContent
private  IContent ReportGenerator.getFooterBottom()
           
private  IContent ReportGenerator.getPageTitle()
           
 

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

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

Classes in com.vladium.emma.report.html.doc that implement IContent
 class Attribute
           
private static class Attribute.AttributeImpl
           
 class AttributeSet
           
private static class AttributeSet.AttributeSetImpl
           
 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
           
(package private) static class ISimpleElement.Factory.SimpleElementImpl
           
 class Tag
           
private static class Tag.TagImpl
           
 class Text
           
 class TextContent
           
 

Fields in com.vladium.emma.report.html.doc declared as IContent
private  IContent HTMLDocument.m_footer
           
private  IContent HTMLDocument.m_header
           
 

Methods in com.vladium.emma.report.html.doc that return IContent
 IContent HTMLDocument.getFooter()
           
 IContent HTMLDocument.getHeader()
           
 

Methods in com.vladium.emma.report.html.doc with parameters of type IContent
 IElementList IElement.Factory.ElementImpl.add(IContent content)
           
 IElementList HTMLDocument.add(IContent content)
          Overridden to add to the doc body.
 IElementList ElementList.add(IContent content)
           
 IElementList IElementList.add(IContent content)
           
 IElementList IElement.Factory.ElementImpl.add(int index, IContent content)
           
 IElementList ElementList.add(int index, IContent content)
           
 IElementList IElementList.add(int index, IContent content)
           
 void HTMLDocument.addH(int level, IContent text, java.lang.String classID)
           
 void HTMLDocument.setFooter(IContent footer)
           
 void HTMLDocument.setHeader(IContent header)