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 TypeMethodDescriptionvoid
GameModule.addTranslatableString
(String key, TranslatableString p) -
Uses of TranslatableString in VASSAL.build.module.properties
Classes in VASSAL.build.module.properties that implement TranslatableStringModifier and TypeClassDescriptionclass
Adds a global property to a Map or Modulestatic class
Simple implementation ofTranslatableString
Support 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 TranslatableString
TranslatableString.Util.findTranslatableString
(String propertyName, List<TranslatableStringContainer> propertyContainers) Look for aTranslatableString
in 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 TypeMethodDescriptionvoid
GlobalTranslatableMessages.addTranslatableString
(String key, TranslatableString p) void
TranslatableStringContainer.addTranslatableString
(String key, TranslatableString p) Add a property under the given keyvoid
TranslatableStringContainer.Impl.addTranslatableString
(String key, TranslatableString p)