Package VASSAL.build.module.properties
Interface MutableProperty
- All Known Implementing Classes:
GlobalProperty,MutableProperty.Impl,ZoneProperty
public interface MutableProperty
A container for a String property that can be updated
- Author:
- rkinney
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMutableProperty.ImplSimple implementation ofMutablePropertySupport dynamic changing of the property name, provided that theMutableProperty.Impl.addTo(MutablePropertiesContainer)method is used to register this property with a properties container.static classMutableProperty.Util -
Method Summary
Modifier and Type Method Description voidaddMutablePropertyChangeListener(PropertyChangeListener l)MutablePropertiesContainergetParent()StringgetPropertyValue()voidremoveMutablePropertyChangeListener(PropertyChangeListener l)CommandsetPropertyValue(String newValue)
-
Method Details
-
getPropertyValue
String getPropertyValue() -
setPropertyValue
-
addMutablePropertyChangeListener
-
removeMutablePropertyChangeListener
-
getParent
MutablePropertiesContainer getParent()
-