Uses of Interface
VASSAL.build.module.properties.TranslatableString
Package
Description
Provides classes for building Java instances automatically from XML
files.
-
Uses of TranslatableString in VASSAL.build
Modifier and TypeMethodDescriptionGameModule.getTranslatableString
(String name) GameModule.removeTranslatableString
(String key) Modifier and TypeMethodDescriptionvoid
GameModule.addTranslatableString
(String key, TranslatableString p) -
Uses of TranslatableString in VASSAL.build.module.properties
Modifier 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.Modifier 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 keyModifier 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)