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 TableGeneratorTables. CACHESstatic TableGeneratorTables. FONTSStandard table of font information.static TableGeneratorTables. GAMESStandard table of games and expansions.static TableGeneratorTables. JVMStandard table of virtual machine information.static TableGeneratorTables. MEMORYStandard table of memory management details.static TableGeneratorTables. PLATFORMStandard table of platform-specific information.static TableGeneratorTables. SETTINGSStandard table of root settings.static TableGeneratorTables. THREADSStandard table of thread states.Methods in ca.cgjennings.apps.arkham.plugins.debugging that return TableGenerator Modifier and Type Method Description static TableGeneratorTables. getGenerator(java.lang.String name)Returns the generator with the givenname, ornullif 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.StringTables. register(TableGenerator tg)Register a table.static voidTables. unregister(TableGenerator tg)Removes a generator from the registry.
-