Uses of Class
resources.Language
-
-
Uses of Language in ca.cgjennings.apps.arkham
Methods in ca.cgjennings.apps.arkham with parameters of type Language Modifier and Type Method Description static void
AbstractGameComponentEditor. localizeComboBoxLabels(Language lang, javax.swing.JComboBox<java.lang.String> box, java.lang.String prefix)
toString()
value begins with the prefix string with a localized string. -
Uses of Language in ca.cgjennings.apps.arkham.editors
Methods in ca.cgjennings.apps.arkham.editors that return Language Modifier and Type Method Description Language
AbbreviationTableManager.LanguageAwareAbbreviationTable. getGameLanguage()
Returns the language used to expand game string (#) tags.Language
AbbreviationTableManager.LanguageAwareAbbreviationTable. getInterfaceLanguage()
Returns the language used to expand interface string (@) tags.Methods in ca.cgjennings.apps.arkham.editors with parameters of type Language Modifier and Type Method Description void
AbbreviationTableManager.LanguageAwareAbbreviationTable. setGameLanguage(Language lang)
Sets the language used to expand game string (#) tags.void
AbbreviationTableManager.LanguageAwareAbbreviationTable. setInterfaceLanguage(Language lang)
Sets the language used to expand interface string (@) tags. -
Uses of Language in ca.cgjennings.apps.arkham.plugins
Methods in ca.cgjennings.apps.arkham.plugins that return Language Modifier and Type Method Description Language
ScriptMonkey. getGameLangProvider()
Returns theLanguage
object that is used to look up game strings with #string_key syntax.Language
ScriptMonkey. getUiLangProvider()
Returns theLanguage
object that is used to look up interface strings with @string_key syntax.Methods in ca.cgjennings.apps.arkham.plugins with parameters of type Language Modifier and Type Method Description void
ScriptMonkey. setGameLangProvider(Language language)
Sets theLanguage
object that is used to look up game strings with #string_key syntax.void
ScriptMonkey. setUiLangProvider(Language language)
Sets theLanguage
object that is used to look up interface strings with @string_key syntax. -
Uses of Language in ca.cgjennings.apps.arkham.plugins.engine
Methods in ca.cgjennings.apps.arkham.plugins.engine that return Language Modifier and Type Method Description Language
SettingBindings. getGameLanguage()
Returns theLanguage
used to look up # variables.Language
SettingBindings. getUILanguage()
Returns theLanguage
used to look up @ variables.Methods in ca.cgjennings.apps.arkham.plugins.engine with parameters of type Language Modifier and Type Method Description void
SettingBindings. setGameLanguage(Language game)
Returns theLanguage
used to look up # variables.void
SettingBindings. setUILanguage(Language ui)
Returns theLanguage
used to look up @ variables. -
Uses of Language in ca.cgjennings.i18n
Methods in ca.cgjennings.i18n that return Language Modifier and Type Method Description Language
IntegerPluralizer. getLanguage()
Returns the default language instance that will be used by this pluralizer to look up plural form strings.Methods in ca.cgjennings.i18n with parameters of type Language Modifier and Type Method Description java.lang.String
IntegerPluralizer. pluralize(Language language, int number, java.lang.String resourceKeyBase)
Returns an appropriate plural form string based on an integer value.java.lang.String
IntegerPluralizer. pluralize(Language language, int number, java.lang.String resourceKeyBase, java.lang.Object... formatObjects)
Returns a pluralized string that has been formatted using the supplied objects.void
IntegerPluralizer. setLanguage(Language language)
Sets the language instance to use when looking up plural form strings. -
Uses of Language in ca.cgjennings.text
Methods in ca.cgjennings.text with parameters of type Language Modifier and Type Method Description void
SETemplateProcessor. setGameLanguage(Language game)
Sets the language to be used for #-symbols.void
SETemplateProcessor. setInterfaceLanguage(Language ui)
Sets the language to be used for @-symbols. -
Uses of Language in ca.cgjennings.ui.theme
Constructors in ca.cgjennings.ui.theme with parameters of type Language Constructor Description LocaleIcon(Language lang)
-
Uses of Language in gamedata
Methods in gamedata that return Language Modifier and Type Method Description Language
ResourceParser. getLanguage()
Returns the language that the parser will use to look up localizable values in the resource file.Methods in gamedata with parameters of type Language Modifier and Type Method Description void
ResourceParser. setLanguage(Language language)
Sets the language that the parser will use to look up any localizable values in the resource file. -
Uses of Language in resources
Methods in resources that return Language Modifier and Type Method Description static Language
Language. getGame()
Returns the shared Language instance that represents the game language.static Language
Language. getInterface()
Returns the shared Language instance that represents the UI language.Language
Language. getParent()
Returns this language's parent, ornull
if it has no parent.Methods in resources with parameters of type Language Modifier and Type Method Description void
Language. setParent(Language parent)
Sets this language's parent.
-