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 void
applyTranslation(String translation)
String
getKey()
String
getUntranslatedValue()
boolean
isTranslatable()
-
Constructor Details
-
TranslatableAttribute
-
-
Method Details
-
applyTranslation
-
getUntranslatedValue
-
getKey
-
isTranslatable
public boolean isTranslatable()
-