Uses of Interface
VASSAL.build.module.properties.PropertyPrompt.DialogParent
Package | Description |
---|---|
VASSAL.build.module.properties | |
VASSAL.counters |
Provides classes that define game pieces.
|
-
Uses of PropertyPrompt.DialogParent in VASSAL.build.module.properties
Subinterfaces of PropertyPrompt.DialogParent in VASSAL.build.module.properties Modifier and Type Interface Description static interface
PropertyChangerConfigurer.Constraints
static interface
PropertyPrompt.Constraints
Classes in VASSAL.build.module.properties that implement PropertyPrompt.DialogParent 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 PropertyPrompt.DialogParent Modifier and Type Field Description protected PropertyPrompt.DialogParent
EnumeratedPropertyPrompt. dialogParent
Constructors in VASSAL.build.module.properties with parameters of type PropertyPrompt.DialogParent Constructor Description EnumeratedPropertyPrompt(PropertyPrompt.DialogParent dialogParent, String prompt, String[] validValues)
Deprecated, for removal: This API element is subject to removal in a future version.EnumeratedPropertyPrompt(PropertyPrompt.DialogParent dialogParent, String prompt, String[] validValues, PropertyPrompt.Constraints propertySource)
-
Uses of PropertyPrompt.DialogParent in VASSAL.counters
Classes in VASSAL.counters that implement PropertyPrompt.DialogParent Modifier and Type Class Description class
DynamicProperty
Trait that contains a property accessible via getProperty() and updateable dynamically via key commandsclass
SetGlobalProperty
EnumeratedPropertyPrompt(DialogParent, String, String[], Constraints)