Package VASSAL.build.module.properties
Class NumericPropertyPrompt
java.lang.Object
VASSAL.build.module.properties.PropertyPrompt
VASSAL.build.module.properties.NumericPropertyPrompt
- All Implemented Interfaces:
PropertyChanger
public class NumericPropertyPrompt extends PropertyPrompt
Prompts for an integer value
- Author:
- rkinney
-
Nested Class Summary
Nested classes/interfaces inherited from class VASSAL.build.module.properties.PropertyPrompt
PropertyPrompt.Constraints, PropertyPrompt.DialogParent -
Field Summary
-
Constructor Summary
Constructors Constructor Description NumericPropertyPrompt(Component dialogParent, String prompt, int minValue, int maxValue) -
Method Summary
Modifier and Type Method Description StringgetNewValue(String oldValue)
-
Constructor Details
-
Method Details
-
getNewValue
- Specified by:
getNewValuein interfacePropertyChanger- Overrides:
getNewValuein classPropertyPrompt
-