Interface PropertyChangerConfigurer.Constraints
- All Superinterfaces:
Auditable, IncrementProperty.Constraints, PropertyPrompt.Constraints, PropertyPrompt.DialogParent, PropertySource
- All Known Implementing Classes:
ChangePropertyButton, DynamicProperty, SetGlobalProperty, SetPieceProperty
- Enclosing class:
PropertyChangerConfigurer
public static interface PropertyChangerConfigurer.Constraints
extends PropertyPrompt.Constraints, IncrementProperty.Constraints, PropertySource
- Author:
- rkinney
-
Method Summary
Methods inherited from interface Auditable
getComponentName, getComponentTypeNameMethods inherited from interface IncrementProperty.Constraints
getMaximumValue, getMinimumValue, getPropertySource, isNumeric, isWrapMethods inherited from interface PropertyPrompt.Constraints
getMaximumValue, getMinimumValue, getPropertySource, isNumericModifier and TypeMethodDescriptionintintbooleanMethods inherited from interface PropertyPrompt.DialogParent
getComponentMethods inherited from interface PropertySource
getLocalizedProperty, getPropertyModifier and TypeMethodDescriptionReturns a localized translation of the specified property value, if available.getProperty(Object key) When using this interface a piece's own properties are preferred to those of "Global Properties", and those in turn are searched Zone-first then Map, then Module.