Uses of Record Class
org.variantsync.diffdetective.tablegen.ColumnDefinition
Packages that use ColumnDefinition
Package
Description
-
Uses of ColumnDefinition in org.variantsync.diffdetective.tablegen
Fields in org.variantsync.diffdetective.tablegen with type parameters of type ColumnDefinitionModifier and TypeFieldDescriptionprotected final List<ColumnDefinition>
TableDefinition.columnDefinitions
Definition of all columns in the table.Methods in org.variantsync.diffdetective.tablegen that return ColumnDefinitionMethods in org.variantsync.diffdetective.tablegen that return types with arguments of type ColumnDefinitionModifier and TypeMethodDescriptionTableDefinition.columnDefinitions()
Returns the list of columns in the table.Method parameters in org.variantsync.diffdetective.tablegen with type arguments of type ColumnDefinitionModifier and TypeMethodDescriptionRow.toLaTeXRow
(List<ColumnDefinition> columns) Convert this row to LaTex code.Constructor parameters in org.variantsync.diffdetective.tablegen with type arguments of type ColumnDefinitionModifierConstructorDescriptionprotected
TableDefinition
(List<ColumnDefinition> columnDefinitions) Creates a table definition withcolumnDefinitions
as columns. -
Uses of ColumnDefinition in org.variantsync.diffdetective.tablegen.rows
Method parameters in org.variantsync.diffdetective.tablegen.rows with type arguments of type ColumnDefinitionModifier and TypeMethodDescriptionContentRow.toLaTeXRow
(List<ColumnDefinition> columns) DummyRow.toLaTeXRow
(List<ColumnDefinition> columns) HLine.toLaTeXRow
(List<ColumnDefinition> columns) -
Uses of ColumnDefinition in org.variantsync.diffdetective.tablegen.styles
Methods in org.variantsync.diffdetective.tablegen.styles that return types with arguments of type ColumnDefinitionModifier 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.