Uses of Interface
VASSAL.build.module.properties.MutablePropertiesContainer
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 | |
VASSAL.build.widget |
Contains classes that can be added to a
Widget . |
VASSAL.launch |
-
Uses of MutablePropertiesContainer in VASSAL.build
Classes in VASSAL.build that implement MutablePropertiesContainer Modifier and Type Class Description class
GameModule
The GameModule class is the base class for a VASSAL module.Fields in VASSAL.build declared as MutablePropertiesContainer Modifier and Type Field Description protected MutablePropertiesContainer
GameModule. propsContainer
-
Uses of MutablePropertiesContainer in VASSAL.build.module
Classes in VASSAL.build.module that implement MutablePropertiesContainer Modifier and Type Class Description class
Map
The Map is the main component for displaying and containingGamePiece
s during play.class
PlayerHand
class
PrivateMap
A Map that may be configured to be visible only a particular side.Fields in VASSAL.build.module declared as MutablePropertiesContainer Modifier and Type Field Description protected MutablePropertiesContainer
Map. propsContainer
-
Uses of MutablePropertiesContainer in VASSAL.build.module.map.boardPicker.board.mapgrid
Classes in VASSAL.build.module.map.boardPicker.board.mapgrid that implement MutablePropertiesContainer Modifier and Type Class Description class
Zone
Fields in VASSAL.build.module.map.boardPicker.board.mapgrid declared as MutablePropertiesContainer Modifier and Type Field Description protected MutablePropertiesContainer
Zone. propsContainer
-
Uses of MutablePropertiesContainer in VASSAL.build.module.properties
Classes in VASSAL.build.module.properties that implement MutablePropertiesContainer Modifier and Type Class Description class
GlobalProperties
Dummy component that acts as a simple container for GlobalProperty componentsstatic class
MutablePropertiesContainer.Impl
Simple implementation ofMutablePropertiesContainer
Fields in VASSAL.build.module.properties declared as MutablePropertiesContainer Modifier and Type Field Description protected MutablePropertiesContainer
GlobalProperty. parentContainer
Methods in VASSAL.build.module.properties that return MutablePropertiesContainer Modifier and Type Method Description MutablePropertiesContainer
GlobalProperties. getParent()
MutablePropertiesContainer
GlobalProperty. getParent()
MutablePropertiesContainer
MutableProperty. getParent()
MutablePropertiesContainer
MutableProperty.Impl. getParent()
Methods in VASSAL.build.module.properties with parameters of type MutablePropertiesContainer Modifier and Type Method Description void
MutableProperty.Impl. addTo(MutablePropertiesContainer c)
Method parameters in VASSAL.build.module.properties with type arguments of type MutablePropertiesContainer Modifier and Type Method Description static MutableProperty
MutableProperty.Util. findMutableProperty(String propertyName, List<MutablePropertiesContainer> propertyContainers)
Look for aMutableProperty
in the list ofMutablePropertiesContainer
.Constructors in VASSAL.build.module.properties with parameters of type MutablePropertiesContainer Constructor Description ChangePropertyCommandEncoder(MutablePropertiesContainer container)
-
Uses of MutablePropertiesContainer in VASSAL.build.widget
Classes in VASSAL.build.widget that implement MutablePropertiesContainer Modifier and Type Class Description class
WidgetMap
-
Uses of MutablePropertiesContainer in VASSAL.launch
Classes in VASSAL.launch that implement MutablePropertiesContainer Modifier and Type Class Description class
BasicModule