Package VASSAL.build.module.properties
Interface TranslatableStringContainer
- All Known Implementing Classes:
BasicModule
,GameModule
,GlobalTranslatableMessages
,TranslatableStringContainer.Impl
public interface TranslatableStringContainer
A component that can contain mutable (updatable) properties
- Author:
- rkinney
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Simple implementation ofTranslatableStringContainer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add a property under the given keygetTranslatableString
(String propertyName) Find an object with the given nameReturn a unique Id for the containerRemove the property with the given key
-
Method Details
-
addTranslatableString
Add a property under the given key- Parameters:
key
- keyp
- property
-
removeTranslatableString
Remove the property with the given key- Parameters:
key
- key
-
getTranslatableString
Find an object with the given name -
getTranslatableStringContainerId
String getTranslatableStringContainerId()Return a unique Id for the container
-