Class TranslatableString.Impl
java.lang.Object
VASSAL.build.module.properties.TranslatableString.Impl
- All Implemented Interfaces:
TranslatableString
- Enclosing interface:
TranslatableString
Simple implementation of
TranslatableString
Support dynamic changing of the property name, provided that
the addTo(TranslatableStringContainer)
method is used to register this property with a properties
container.-
Nested Class Summary
Nested classes/interfaces inherited from interface VASSAL.build.module.properties.TranslatableString
TranslatableString.Impl, TranslatableString.Util
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
static List
<TranslatableString.Impl> getName()
void
void
setPropertyName
(String name) void
setPropertyValue
(String newValue)
-
Constructor Details
-
Impl
- Parameters:
source
- will be the source of anyPropertyChangeEvent
fired by this object
-
-
Method Details
-
getAllProperties
-
addTo
-
setPropertyName
-
removeFromContainer
public void removeFromContainer() -
getPropertyValue
- Specified by:
getPropertyValue
in interfaceTranslatableString
-
getName
-
getParent
- Specified by:
getParent
in interfaceTranslatableString
-
setPropertyValue
- Specified by:
setPropertyValue
in interfaceTranslatableString
-