Interface PropertyPrompt.Constraints
- All Superinterfaces:
PropertyPrompt.DialogParent
- All Known Subinterfaces:
PropertyChangerConfigurer.Constraints
- All Known Implementing Classes:
ChangePropertyButton
,DynamicProperty
,SetGlobalProperty
,SetPieceProperty
- Enclosing class:
PropertyPrompt
- Author:
- rkinney
-
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
Methods inherited from interface VASSAL.build.module.properties.PropertyPrompt.DialogParent
getComponent
-
Method Details
-
isNumeric
boolean isNumeric() -
getMaximumValue
int getMaximumValue() -
getMinimumValue
int getMinimumValue() -
getPropertySource
PropertySource getPropertySource()
-