Package VASSAL.i18n
Class TranslatableAttribute
java.lang.Object
VASSAL.i18n.TranslatableAttribute
public class TranslatableAttribute extends Object
A Class representing an Attribute of a Component that can be translated.
-
Constructor Summary
Constructors Constructor Description TranslatableAttribute(Translatable t, String name, String value) -
Method Summary
Modifier and Type Method Description voidapplyTranslation(String translation)StringgetKey()StringgetUntranslatedValue()booleanisTranslatable()
-
Constructor Details
-
TranslatableAttribute
-
-
Method Details
-
applyTranslation
-
getUntranslatedValue
-
getKey
-
isTranslatable
public boolean isTranslatable()
-