Uses of Class
ca.cgjennings.apps.arkham.editors.AbbreviationTableManager.LanguageAwareAbbreviationTable
-
Packages that use AbbreviationTableManager.LanguageAwareAbbreviationTable Package Description ca.cgjennings.apps.arkham.editors -
-
Uses of AbbreviationTableManager.LanguageAwareAbbreviationTable in ca.cgjennings.apps.arkham.editors
Methods in ca.cgjennings.apps.arkham.editors that return AbbreviationTableManager.LanguageAwareAbbreviationTable Modifier and Type Method Description static AbbreviationTableManager.LanguageAwareAbbreviationTable
AbbreviationTableManager. getTable(CodeType type)
Returns the shared abbreviation table for the given code type.static AbbreviationTableManager.LanguageAwareAbbreviationTable
AbbreviationTableManager. getTable(java.lang.String gameCode)
Returns the shared abbreviation table for the game with the specified code.
-