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 InfoTable
InfoTable. errorTable(java.lang.String message, java.lang.Throwable t)
Creates a dummy table that is filled in with an error message.static InfoTable
Tables. generate(java.lang.String name)
Returns a table generator using the generator with the givenname
, ornull
.InfoTable
TableGenerator. generateTable()
Generates a current version of the table.
-