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 ShortTableShortTable.Absolute(boolean filtered) Constructs a table template with absolute edit class counts.static ShortTableShortTable.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 StringShortTable.absoluteCountOf(ShortTable t, EditClass editClass, ContentRow row) Returns a formatted string of the absolute number of occurrences ofeditClassinrow.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 StringShortTable.relativeCountOf(ShortTable t, EditClass editClass, ContentRow row) Returns a formatted string of the relative number of occurrences ofeditClassinrow.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.