Interface PropertyPrompt.Constraints

All Superinterfaces:
PropertyPrompt.DialogParent
All Known Subinterfaces:
PropertyChangerConfigurer.Constraints
All Known Implementing Classes:
ChangePropertyButton, DynamicProperty, SetGlobalProperty
Enclosing class:
PropertyPrompt

public static interface PropertyPrompt.Constraints extends PropertyPrompt.DialogParent
  • Method Details

    • isNumeric

      boolean isNumeric()
    • getMaximumValue

      int getMaximumValue()
    • getMinimumValue

      int getMinimumValue()
    • getPropertySource

      PropertySource getPropertySource()