Uses of Class
VASSAL.counters.DynamicProperty
Packages that use DynamicProperty
Package
Description
Provides classes for building "Edit Property" dialogs, and for editing
GameModule
's and ModuleExtension
's.Provides classes that define game pieces.
-
Uses of DynamicProperty in VASSAL.configure
Fields in VASSAL.configure declared as DynamicPropertyMethods in VASSAL.configure that return DynamicPropertyModifier and TypeMethodDescriptionDynamicKeyCommandConfigurer.getTarget()
DynamicKeyCommandListConfigurer.getTarget()
Methods in VASSAL.configure with parameters of type DynamicPropertyModifier and TypeMethodDescriptionvoid
DynamicKeyCommandConfigurer.setTarget(DynamicProperty target)
void
DynamicKeyCommandListConfigurer.setTarget(DynamicProperty target)
Constructors in VASSAL.configure with parameters of type DynamicPropertyModifierConstructorDescriptionDynamicKeyCommandListConfigurer(String key, String name, DynamicProperty target)
-
Uses of DynamicProperty in VASSAL.counters
Subclasses of DynamicProperty in VASSAL.countersFields in VASSAL.counters declared as DynamicPropertyModifier and TypeFieldDescriptionprotected DynamicProperty
DynamicProperty.DynamicKeyCommandConfigurer.target
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in VASSAL.counters with parameters of type DynamicPropertyModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Ed(DynamicProperty m)
-
Uses of DynamicProperty in VASSAL.tools.imports.adc2
Methods in VASSAL.tools.imports.adc2 that return DynamicPropertyModifier and TypeMethodDescriptionprotected DynamicProperty
ADC2Module.Piece.getDynamicProperty()
ADC2Module.PieceClass.getDynamicPropertyDecorator()