Uses of Class
VASSAL.i18n.Translation
Package | Description |
---|---|
VASSAL.i18n |
-
Uses of Translation in VASSAL.i18n
Subclasses of Translation in VASSAL.i18n Modifier and Type Class Description class
VassalTranslation
Utility class to allow translation of VASSAL using the Component Translation mechanism.Fields in VASSAL.i18n declared as Translation Modifier and Type Field Description protected Translation
TranslateWindow. currentTranslation
Fields in VASSAL.i18n with type parameters of type Translation Modifier and Type Field Description protected 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 Translation Modifier and Type Method Description Translation
Localization. getTranslation(String description)
Return a specified translationMethods in VASSAL.i18n with parameters of type Translation Modifier and Type Method Description void
Localization. addTranslation(Translation t)
Called whenever a Translation is added to a module or extension.int
Translation. compareTo(Translation o)
String
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)