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 classGameModuleThe GameModule class is the base class for a VASSAL module.Fields in VASSAL.build declared as MutablePropertiesContainer Modifier and Type Field Description protected MutablePropertiesContainerGameModule. propsContainer -
Uses of MutablePropertiesContainer in VASSAL.build.module
Classes in VASSAL.build.module that implement MutablePropertiesContainer Modifier and Type Class Description classMapThe Map is the main component for displaying and containingGamePieces during play.classPlayerHandclassPrivateMapA 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 MutablePropertiesContainerMap. 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 classZoneFields in VASSAL.build.module.map.boardPicker.board.mapgrid declared as MutablePropertiesContainer Modifier and Type Field Description protected MutablePropertiesContainerZone. propsContainer -
Uses of MutablePropertiesContainer in VASSAL.build.module.properties
Classes in VASSAL.build.module.properties that implement MutablePropertiesContainer Modifier and Type Class Description classGlobalPropertiesDummy component that acts as a simple container for GlobalProperty componentsstatic classMutablePropertiesContainer.ImplSimple implementation ofMutablePropertiesContainerFields in VASSAL.build.module.properties declared as MutablePropertiesContainer Modifier and Type Field Description protected MutablePropertiesContainerGlobalProperty. parentContainerMethods in VASSAL.build.module.properties that return MutablePropertiesContainer Modifier and Type Method Description MutablePropertiesContainerGlobalProperties. getParent()MutablePropertiesContainerGlobalProperty. getParent()MutablePropertiesContainerMutableProperty. getParent()MutablePropertiesContainerMutableProperty.Impl. getParent()Methods in VASSAL.build.module.properties with parameters of type MutablePropertiesContainer Modifier and Type Method Description voidMutableProperty.Impl. addTo(MutablePropertiesContainer c)Method parameters in VASSAL.build.module.properties with type arguments of type MutablePropertiesContainer Modifier and Type Method Description static MutablePropertyMutableProperty.Util. findMutableProperty(String propertyName, List<MutablePropertiesContainer> propertyContainers)Look for aMutablePropertyin 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 classWidgetMap -
Uses of MutablePropertiesContainer in VASSAL.launch
Classes in VASSAL.launch that implement MutablePropertiesContainer Modifier and Type Class Description classBasicModule