Uses of Interface
VASSAL.build.module.properties.TranslatableString
Packages that use TranslatableString
Package
Description
Provides classes for building Java instances automatically from XML
files.
-
Uses of TranslatableString in VASSAL.build
Methods in VASSAL.build that return TranslatableStringModifier and TypeMethodDescriptionGameModule.getTranslatableString(String name) GameModule.removeTranslatableString(String key) Methods in VASSAL.build with parameters of type TranslatableStringModifier and TypeMethodDescriptionvoidGameModule.addTranslatableString(String key, TranslatableString p) -
Uses of TranslatableString in VASSAL.build.module.properties
Classes in VASSAL.build.module.properties that implement TranslatableStringModifier and TypeClassDescriptionclassAdds a global property to a Map or Modulestatic classSimple implementation ofTranslatableStringSupport dynamic changing of the property name, provided that theTranslatableString.Impl.addTo(TranslatableStringContainer)method is used to register this property with a properties container.Methods in VASSAL.build.module.properties that return TranslatableStringModifier and TypeMethodDescriptionstatic TranslatableStringTranslatableString.Util.findTranslatableString(String propertyName, List<TranslatableStringContainer> propertyContainers) Look for aTranslatableStringin the list ofTranslatableStringContainer.TranslatableStringContainer.getTranslatableString(String propertyName) Find an object with the given nameTranslatableStringContainer.Impl.getTranslatableString(String propertyName) GlobalTranslatableMessages.removeTranslatableString(String key) TranslatableStringContainer.Impl.removeTranslatableString(String key) TranslatableStringContainer.removeTranslatableString(String key) Remove the property with the given keyMethods in VASSAL.build.module.properties with parameters of type TranslatableStringModifier and TypeMethodDescriptionvoidGlobalTranslatableMessages.addTranslatableString(String key, TranslatableString p) voidTranslatableStringContainer.addTranslatableString(String key, TranslatableString p) Add a property under the given keyvoidTranslatableStringContainer.Impl.addTranslatableString(String key, TranslatableString p)