Uses of Interface
VASSAL.build.module.properties.MutableProperty
| Package | Description |
|---|---|
| VASSAL.build |
Provides classes for building Java instances automatically from XML
files.
|
| VASSAL.build.module |
Contains classes that may be added to a
GameModule. |
| VASSAL.build.module.map.boardPicker.board.mapgrid |
Contains classes that may be added to a
MapGrid. |
| VASSAL.build.module.properties |
-
Uses of MutableProperty in VASSAL.build
Methods in VASSAL.build that return MutableProperty Modifier and Type Method Description MutablePropertyGameModule. getMutableProperty(String name)MutablePropertyGameModule. removeMutableProperty(String key)Methods in VASSAL.build with parameters of type MutableProperty Modifier and Type Method Description voidGameModule. addMutableProperty(String key, MutableProperty p) -
Uses of MutableProperty in VASSAL.build.module
Methods in VASSAL.build.module that return MutableProperty Modifier and Type Method Description MutablePropertyMap. getMutableProperty(String name)Find a contained Global Variable by nameMutablePropertyMap. removeMutableProperty(String key)Methods in VASSAL.build.module with parameters of type MutableProperty Modifier and Type Method Description voidMap. addMutableProperty(String key, MutableProperty p) -
Uses of MutableProperty in VASSAL.build.module.map.boardPicker.board.mapgrid
Fields in VASSAL.build.module.map.boardPicker.board.mapgrid declared as MutableProperty Modifier and Type Field Description protected MutablePropertyZone. highlightPropertyMethods in VASSAL.build.module.map.boardPicker.board.mapgrid that return MutableProperty Modifier and Type Method Description MutablePropertyZone. getMutableProperty(String name)MutablePropertyZone. removeMutableProperty(String key)Methods in VASSAL.build.module.map.boardPicker.board.mapgrid with parameters of type MutableProperty Modifier and Type Method Description voidZone. addMutableProperty(String key, MutableProperty p) -
Uses of MutableProperty in VASSAL.build.module.properties
Classes in VASSAL.build.module.properties that implement MutableProperty Modifier and Type Class Description classGlobalPropertyAdds a global property to a Map or Modulestatic 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.classZonePropertyMethods in VASSAL.build.module.properties that return MutableProperty Modifier and Type Method Description static MutablePropertyMutableProperty.Util. findMutableProperty(String propertyName, List<MutablePropertiesContainer> propertyContainers)Look for aMutablePropertyin the list ofMutablePropertiesContainer.MutablePropertyMutablePropertiesContainer. getMutableProperty(String propertyName)Find a GlobalProperty object with the given nameMutablePropertyMutablePropertiesContainer.Impl. getMutableProperty(String propertyName)MutablePropertyChangePropertyCommand. getProperty()MutablePropertyGlobalProperties. removeMutableProperty(String key)MutablePropertyMutablePropertiesContainer.Impl. removeMutableProperty(String key)MutablePropertyMutablePropertiesContainer. removeMutableProperty(String key)Remove the property with the given keyMethods in VASSAL.build.module.properties with parameters of type MutableProperty Modifier and Type Method Description voidGlobalProperties. addMutableProperty(String key, MutableProperty p)voidMutablePropertiesContainer. addMutableProperty(String key, MutableProperty p)Add a property under the given keyvoidMutablePropertiesContainer.Impl. addMutableProperty(String key, MutableProperty p)Constructors in VASSAL.build.module.properties with parameters of type MutableProperty Constructor Description ChangePropertyCommand(MutableProperty property, String propertyName, String oldValue, String newValue)