Uses of Interface
VASSAL.build.module.properties.PropertyChanger
Package | Description |
---|---|
VASSAL.build.module.properties | |
VASSAL.counters |
Provides classes that define game pieces.
|
-
Uses of PropertyChanger in VASSAL.build.module.properties
Classes in VASSAL.build.module.properties that implement PropertyChanger Modifier and Type Class Description class
EnumeratedPropertyPrompt
Prompts user to select from a listclass
IncrementProperty
Increments a property by a given value.class
NumericPropertyPrompt
Prompts for an integer valueclass
PropertyPrompt
Prompts user for a new valueclass
PropertySetter
Provides a fixed value The value can be specified as a FormattedString property and evaluated at runtimeFields in VASSAL.build.module.properties with type parameters of type PropertyChanger Modifier and Type Field Description protected static Map<Class<? extends PropertyChanger>,Character>
PropertyChangerConfigurer. typeToCode
protected static Map<Class<? extends PropertyChanger>,String>
PropertyChangerConfigurer. typeToDescription
Methods in VASSAL.build.module.properties that return PropertyChanger Modifier and Type Method Description PropertyChanger
ChangePropertyButton. getPropertyChanger()
PropertyChanger
PropertyChangerConfigurer. getPropertyChanger()
-
Uses of PropertyChanger in VASSAL.counters
Fields in VASSAL.counters declared as PropertyChanger Modifier and Type Field Description protected PropertyChanger
DynamicProperty.DynamicKeyCommand. propChanger
Constructors in VASSAL.counters with parameters of type PropertyChanger Constructor Description DynamicKeyCommand(String name, NamedKeyStroke key, GamePiece target, TranslatablePiece i18nPiece, PropertyChanger propChanger)