Uses of Interface
org.jacoco.report.internal.html.table.ITableItem
Packages that use ITableItem
Package
Description
Internal: Sortable HTML table for coverage node elements.
-
Uses of ITableItem in org.jacoco.report.internal.html.page
Classes in org.jacoco.report.internal.html.page that implement ITableItemModifier and TypeClassDescriptionclass
Page showing coverage information for a bundle.class
Page showing coverage information for a class as a table of methods.class
Page showing coverage information for a node that groups other nodes.(package private) final class
Table items representing a method.class
NodePage<NodeType extends ICoverageNode>
Report page that represents a coverage node.class
Page showing coverage information for a Java package.class
Page showing coverage information for a Java package.(package private) final class
Table items representing a source file which cannot be linked.class
Page showing the content of a source file with numbered and highlighted source lines.class
TablePage<NodeType extends ICoverageNode>
Report page that contains a table of items linked to other pages.Fields in org.jacoco.report.internal.html.page with type parameters of type ITableItemMethods in org.jacoco.report.internal.html.page with parameters of type ITableItemModifier and TypeMethodDescriptionvoid
TablePage.addItem
(ITableItem item) Adds the given item to the table. -
Uses of ITableItem in org.jacoco.report.internal.html.table
Fields in org.jacoco.report.internal.html.table with type parameters of type ITableItemModifier and TypeFieldDescriptionprivate final Comparator<ITableItem>
BarColumn.comparator
private final Comparator<ITableItem>
CounterColumn.comparator
private final Comparator<ITableItem>
PercentageColumn.comparator
private static final Comparator<ITableItem>
LabelColumn.COMPARATOR
private Comparator<ITableItem>
Table.defaultComparator
private final SortIndex<ITableItem>
Table.Column.index
Methods in org.jacoco.report.internal.html.table that return types with arguments of type ITableItemModifier and TypeMethodDescriptionBarColumn.getComparator()
CounterColumn.getComparator()
IColumnRenderer.getComparator()
Returns the comparator to sort this table column.LabelColumn.getComparator()
PercentageColumn.getComparator()
private List<? extends ITableItem>
Table.sort
(List<? extends ITableItem> items) Methods in org.jacoco.report.internal.html.table with parameters of type ITableItemModifier and TypeMethodDescription(package private) void
Table.Column.body
(HTMLElement tr, int idx, ITableItem item, Resources resources, ReportOutputFolder base) int
TableItemComparator.compare
(ITableItem i1, ITableItem i2) void
BarColumn.item
(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base) void
CounterColumn.item
(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base) void
IColumnRenderer.item
(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base) Renders a single item in this column.void
LabelColumn.item
(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base) void
PercentageColumn.item
(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base) Method parameters in org.jacoco.report.internal.html.table with type arguments of type ITableItemModifier and TypeMethodDescriptionprivate void
Table.body
(HTMLElement table, List<? extends ITableItem> items, Resources resources, ReportOutputFolder base) private void
Table.header
(HTMLElement table, List<? extends ITableItem> items, ICoverageNode total) boolean
BarColumn.init
(List<? extends ITableItem> items, ICoverageNode total) boolean
CounterColumn.init
(List<? extends ITableItem> items, ICoverageNode total) boolean
IColumnRenderer.init
(List<? extends ITableItem> items, ICoverageNode total) Initializes the column before any output method is called.boolean
LabelColumn.init
(List<? extends ITableItem> items, ICoverageNode total) boolean
PercentageColumn.init
(List<? extends ITableItem> items, ICoverageNode total) (package private) void
Table.Column.init
(HTMLElement tr, List<? extends ITableItem> items, ICoverageNode total) void
Table.render
(HTMLElement parent, List<? extends ITableItem> items, ICoverageNode total, Resources resources, ReportOutputFolder base) Renders a table for the given iconprivate List<? extends ITableItem>
Table.sort
(List<? extends ITableItem> items)