Interface IncrementProperty.Constraints
- All Superinterfaces:
Auditable, PropertySource
- All Known Subinterfaces:
PropertyChangerConfigurer.Constraints
- All Known Implementing Classes:
ChangePropertyButton, DynamicProperty, SetGlobalProperty, SetPieceProperty
- Enclosing class:
IncrementProperty
- Author:
- rkinney
-
Method Summary
Methods inherited from interface Auditable
getComponentName, getComponentTypeNameMethods inherited from interface PropertySource
getLocalizedProperty, getProperty
-
Method Details
-
getMinimumValue
int getMinimumValue() -
getMaximumValue
int getMaximumValue() -
isNumeric
boolean isNumeric() -
isWrap
boolean isWrap() -
getPropertySource
PropertySource getPropertySource()
-