Interface IncrementProperty.Constraints

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

public static interface IncrementProperty.Constraints extends PropertySource
  • Method Details

    • getMinimumValue

      int getMinimumValue()
    • getMaximumValue

      int getMaximumValue()
    • isWrap

      boolean isWrap()
    • getPropertySource

      PropertySource getPropertySource()