Uses of Interface
ca.cgjennings.apps.arkham.plugins.debugging.TableGenerator
-
Packages that use TableGenerator Package Description ca.cgjennings.apps.arkham.plugins.debugging -
-
Uses of TableGenerator in ca.cgjennings.apps.arkham.plugins.debugging
Fields in ca.cgjennings.apps.arkham.plugins.debugging declared as TableGenerator Modifier and Type Field Description static TableGenerator
Tables. CACHES
static TableGenerator
Tables. FONTS
Standard table of font information.static TableGenerator
Tables. GAMES
Standard table of games and expansions.static TableGenerator
Tables. JVM
Standard table of virtual machine information.static TableGenerator
Tables. MEMORY
Standard table of memory management details.static TableGenerator
Tables. PLATFORM
Standard table of platform-specific information.static TableGenerator
Tables. SETTINGS
Standard table of root settings.static TableGenerator
Tables. THREADS
Standard table of thread states.Methods in ca.cgjennings.apps.arkham.plugins.debugging that return TableGenerator Modifier and Type Method Description static TableGenerator
Tables. getGenerator(java.lang.String name)
Returns the generator with the givenname
, ornull
if there is no such generator.Methods in ca.cgjennings.apps.arkham.plugins.debugging with parameters of type TableGenerator Modifier and Type Method Description static java.lang.String
Tables. register(TableGenerator tg)
Register a table.static void
Tables. unregister(TableGenerator tg)
Removes a generator from the registry.
-