Searched defs:ICell (Results 1 - 2 of 2) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLTable.java20 public static interface ICell extends IElement interface in class:HTMLTable
22 ICell setColspan (final int span);
28 ICell newCell ();
88 implements ICell
90 public ICell setColspan (final int span)
108 public ICell newCell ()
110 final ICell cell = new Cell (m_th ? Tag.TH : Tag.TD);
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 85 milliseconds