Searched refs:IElementList (Results 1 - 6 of 6) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DIElementList.java7 * $Id: IElementList.java,v 1.1.1.1 2004/05/09 16:57:41 vlad_r Exp $
16 interface IElementList extends IContent interface in inherits:IContent
20 IElementList add (IContent content);
21 IElementList add (int index, IContent content);
H A DElementList.java22 final class ElementList implements IElementList
42 public IElementList add (final IContent content)
52 public IElementList add (final int index, final IContent content)
H A DIElement.java20 interface IElement extends ISimpleElement, IElementList
74 public IElementList add (final IContent content)
84 public IElementList add (final int index, final IContent content)
H A DHTMLDocument.java109 public IElementList add (final IContent content)
/external/emma/core/java12/com/vladium/emma/report/html/
H A DReportGenerator.java350 final IElementList title = new ElementList ();
467 final IElementList title = new ElementList ();
644 final IElementList title = new ElementList ();
1362 final IElementList _title = new ElementList ();
1383 final IElementList _bottom = new ElementList ();
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 75 milliseconds