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 classEnumeratedPropertyPromptPrompts user to select from a listclassIncrementPropertyIncrements a property by a given value.classNumericPropertyPromptPrompts for an integer valueclassPropertyPromptPrompts user for a new valueclassPropertySetterProvides 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. typeToCodeprotected static Map<Class<? extends PropertyChanger>,String>PropertyChangerConfigurer. typeToDescriptionMethods in VASSAL.build.module.properties that return PropertyChanger Modifier and Type Method Description PropertyChangerChangePropertyButton. getPropertyChanger()PropertyChangerPropertyChangerConfigurer. getPropertyChanger() -
Uses of PropertyChanger in VASSAL.counters
Fields in VASSAL.counters declared as PropertyChanger Modifier and Type Field Description protected PropertyChangerDynamicProperty.DynamicKeyCommand. propChangerConstructors in VASSAL.counters with parameters of type PropertyChanger Constructor Description DynamicKeyCommand(String name, NamedKeyStroke key, GamePiece target, TranslatablePiece i18nPiece, PropertyChanger propChanger)