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

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

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

Subinterfaces of ISimpleElement 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 ISimpleElement
 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
           
 

Methods in com.vladium.emma.report.html.doc that return ISimpleElement
static ISimpleElement ISimpleElement.Factory.create(Tag tag)
           
static ISimpleElement ISimpleElement.Factory.create(Tag tag, AttributeSet attrs)
           
 ISimpleElement ISimpleElement.setClass(java.lang.String classID)
           
 ISimpleElement ISimpleElement.Factory.SimpleElementImpl.setClass(java.lang.String classID)