Uses of Class
org.variantsync.diffdetective.tablegen.styles.ShortTable
Packages that use ShortTable
-
Uses of ShortTable in org.variantsync.diffdetective.tablegen.styles
Methods in org.variantsync.diffdetective.tablegen.styles that return ShortTableModifier and TypeMethodDescriptionstatic ShortTable
ShortTable.Absolute
(boolean filtered) Constructs a table template with absolute edit class counts.static ShortTable
ShortTable.Relative
(boolean filtered) Constructs a table template with relative edit class counts.Methods in org.variantsync.diffdetective.tablegen.styles with parameters of type ShortTableModifier and TypeMethodDescriptionprivate static String
ShortTable.absoluteCountOf
(ShortTable t, EditClass editClass, ContentRow row) Returns a formatted string of the absolute number of occurrences ofeditClass
inrow
.private static List<ColumnDefinition>
ShortTable.columns
(ShortTable t, org.apache.commons.lang3.function.TriFunction<ShortTable, EditClass, ContentRow, String> getEditClassCount) Returns a list of all columns contained in this table.private static String
ShortTable.relativeCountOf
(ShortTable t, EditClass editClass, ContentRow row) Returns a formatted string of the relative number of occurrences ofeditClass
inrow
.Method parameters in org.variantsync.diffdetective.tablegen.styles with type arguments of type ShortTableModifier and TypeMethodDescriptionprivate static List<ColumnDefinition>
ShortTable.columns
(ShortTable t, org.apache.commons.lang3.function.TriFunction<ShortTable, EditClass, ContentRow, String> getEditClassCount) Returns a list of all columns contained in this table.