Uses of Interface
VASSAL.build.module.properties.PropertyChangerConfigurer.Constraints
Package | Description |
---|---|
VASSAL.build.module.properties | |
VASSAL.configure |
Provides classes for building "Edit Property" dialogs, and for editing
GameModule 's and ModuleExtension 's. |
VASSAL.counters |
Provides classes that define game pieces.
|
-
Uses of PropertyChangerConfigurer.Constraints in VASSAL.build.module.properties
Classes in VASSAL.build.module.properties that implement PropertyChangerConfigurer.Constraints Modifier and Type Class Description class
ChangePropertyButton
Adds a toolbar button that changes the value of a global propertyFields in VASSAL.build.module.properties declared as PropertyChangerConfigurer.Constraints Modifier and Type Field Description protected PropertyChangerConfigurer.Constraints
PropertyChangerConfigurer. constraints
Constructors in VASSAL.build.module.properties with parameters of type PropertyChangerConfigurer.Constraints Constructor Description PropertyChangerConfigurer(String key, String name, PropertyChangerConfigurer.Constraints constraints)
PropertySetter(String newValue, PropertyChangerConfigurer.Constraints propSource)
-
Uses of PropertyChangerConfigurer.Constraints in VASSAL.configure
Constructors in VASSAL.configure with parameters of type PropertyChangerConfigurer.Constraints Constructor Description FormattedExpressionConfigurer(String key, String name, String s, PropertyChangerConfigurer.Constraints p)
FormattedStringArrayConfigurer(String key, String name, PropertyChangerConfigurer.Constraints c)
-
Uses of PropertyChangerConfigurer.Constraints in VASSAL.counters
Classes in VASSAL.counters that implement PropertyChangerConfigurer.Constraints Modifier and Type Class Description class
DynamicProperty
Trait that contains a property accessible via getProperty() and updateable dynamically via key commandsclass
SetGlobalProperty