Package VASSAL.build.module.properties
Interface IncrementProperty.Constraints
- All Superinterfaces:
Auditable
,PropertySource
- All Known Subinterfaces:
PropertyChangerConfigurer.Constraints
- All Known Implementing Classes:
ChangePropertyButton
,DynamicProperty
,SetGlobalProperty
,SetPieceProperty
- Enclosing class:
IncrementProperty
-
Method Summary
Methods inherited from interface VASSAL.script.expression.Auditable
getComponentName, getComponentTypeName
Methods inherited from interface VASSAL.build.module.properties.PropertySource
getLocalizedProperty, getProperty
-
Method Details
-
getMinimumValue
int getMinimumValue() -
getMaximumValue
int getMaximumValue() -
isNumeric
boolean isNumeric() -
isWrap
boolean isWrap() -
getPropertySource
PropertySource getPropertySource()
-