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.build.module.properties
Methods in VASSAL.build.module.properties with parameters of type DynamicPropertyModifier and TypeMethodDescriptionRemoteEnumeratedPropertyPrompt.getNewValue
(DynamicProperty target, Auditable owner, PropertySource ps) RemoteIncrementProperty.getNewValue
(DynamicProperty target, Auditable owner, PropertySource ps) RemotePropertyChanger.getNewValue
(DynamicProperty target, Auditable owner, PropertySource ps) RemotePropertyPrompt.getNewValue
(DynamicProperty target, Auditable owner, PropertySource ps) RemotePropertySetter.getNewValue
(DynamicProperty remoteDP, Auditable owner, PropertySource ps) Evaluate any expression using the remote piece as the source of properties Pre-evaluate any $$ variables in the local piece. -
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) DynamicKeyCommandListConfigurer
(String key, String name, DynamicProperty target, boolean remote) -
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. -
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()