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 MutableProperty
GameModule. getMutableProperty(String name)
MutableProperty
GameModule. removeMutableProperty(String key)
Methods in VASSAL.build with parameters of type MutableProperty Modifier and Type Method Description void
GameModule. 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 MutableProperty
Map. getMutableProperty(String name)
Find a contained Global Variable by nameMutableProperty
Map. removeMutableProperty(String key)
Methods in VASSAL.build.module with parameters of type MutableProperty Modifier and Type Method Description void
Map. 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 MutableProperty
Zone. highlightProperty
Methods in VASSAL.build.module.map.boardPicker.board.mapgrid that return MutableProperty Modifier and Type Method Description MutableProperty
Zone. getMutableProperty(String name)
MutableProperty
Zone. removeMutableProperty(String key)
Methods in VASSAL.build.module.map.boardPicker.board.mapgrid with parameters of type MutableProperty Modifier and Type Method Description void
Zone. 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 class
GlobalProperty
Adds a global property to a Map or Modulestatic class
MutableProperty.Impl
Simple implementation ofMutableProperty
Support dynamic changing of the property name, provided that theMutableProperty.Impl.addTo(MutablePropertiesContainer)
method is used to register this property with a properties container.class
ZoneProperty
Methods in VASSAL.build.module.properties that return MutableProperty Modifier and Type Method Description static MutableProperty
MutableProperty.Util. findMutableProperty(String propertyName, List<MutablePropertiesContainer> propertyContainers)
Look for aMutableProperty
in the list ofMutablePropertiesContainer
.MutableProperty
MutablePropertiesContainer. getMutableProperty(String propertyName)
Find a GlobalProperty object with the given nameMutableProperty
MutablePropertiesContainer.Impl. getMutableProperty(String propertyName)
MutableProperty
ChangePropertyCommand. getProperty()
MutableProperty
GlobalProperties. removeMutableProperty(String key)
MutableProperty
MutablePropertiesContainer.Impl. removeMutableProperty(String key)
MutableProperty
MutablePropertiesContainer. 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 void
GlobalProperties. addMutableProperty(String key, MutableProperty p)
void
MutablePropertiesContainer. addMutableProperty(String key, MutableProperty p)
Add a property under the given keyvoid
MutablePropertiesContainer.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)