|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vladium.emma.report.html.doc.ElementList
public final class ElementList
element list that is not necessarily an element itself
Field Summary | |
---|---|
private java.util.List |
m_contents
|
Constructor Summary | |
---|---|
ElementList()
|
Method Summary | |
---|---|
IElementList |
add(IContent content)
|
IElementList |
add(int index,
IContent content)
|
void |
emit(HTMLWriter out)
|
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final java.util.List m_contents
Constructor Detail |
---|
public ElementList()
Method Detail |
---|
public void emit(HTMLWriter out)
emit
in interface IContent
public IElementList add(IContent content)
add
in interface IElementList
public IElementList add(int index, IContent content)
add
in interface IElementList
public int size()
size
in interface IElementList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |