Uses of Class
VASSAL.i18n.Translation
Packages that use Translation
-
Uses of Translation in VASSAL.i18n
Subclasses of Translation in VASSAL.i18nModifier and TypeClassDescriptionclass
Utility class to allow translation of VASSAL using the Component Translation mechanism.Classes in VASSAL.i18n that implement interfaces with type arguments of type TranslationFields in VASSAL.i18n declared as TranslationFields in VASSAL.i18n with type parameters of type TranslationModifier and TypeFieldDescriptionprotected List
<Translation> Localization.countryTranslations
protected List
<Translation> Localization.languageTranslations
protected List
<Translation> Localization.moduleTranslations
protected List
<Translation> Localization.translations
Methods in VASSAL.i18n that return TranslationModifier and TypeMethodDescriptionLocalization.getTranslation
(String description) Return a specified translationMethods in VASSAL.i18n with parameters of type TranslationModifier and TypeMethodDescriptionvoid
Localization.addTranslation
(Translation t) Called whenever a Translation is added to a module or extension.int
Translation.compareTo
(Translation o) boolean
Language.contains
(Translation newTranslation) ComponentI18nData.getTranslatedValue
(String attr, Translation translation) boolean
ComponentI18nData.hasUntranslatedAttributes
(Translation t) Return true if this component or any of its children have at least one translatable attribute with a non-null value that does not have a translation in the supplied translation.void
Localization.removeTranslation
(Translation t)