Uses of Class
ca.cgjennings.apps.arkham.plugins.debugging.InfoTable
-
Packages that use InfoTable Package Description ca.cgjennings.apps.arkham.plugins.debugging -
-
Uses of InfoTable in ca.cgjennings.apps.arkham.plugins.debugging
Methods in ca.cgjennings.apps.arkham.plugins.debugging that return InfoTable Modifier and Type Method Description static InfoTableInfoTable. errorTable(java.lang.String message, java.lang.Throwable t)Creates a dummy table that is filled in with an error message.static InfoTableTables. generate(java.lang.String name)Returns a table generator using the generator with the givenname, ornull.InfoTableTableGenerator. generateTable()Generates a current version of the table.
-