Interface SpinType


public interface SpinType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Go to the adjustments upper bound.
    static final int
    Go to the adjustments lower bound.
    static final int
    Decrement by the adjustments page increment.
    static final int
    Increment by the adjustments page increment.
    static final int
    Decrement by the adjustments step increment.
    static final int
    Increment by the adjustments step increment.
    static final int
    Change by a specified amount.
  • Field Details

    • STEP_FORWARD

      static final int STEP_FORWARD
      Increment by the adjustments step increment.
      See Also:
    • STEP_BACKWARD

      static final int STEP_BACKWARD
      Decrement by the adjustments step increment.
      See Also:
    • PAGE_FORWARD

      static final int PAGE_FORWARD
      Increment by the adjustments page increment.
      See Also:
    • PAGE_BACKWARD

      static final int PAGE_BACKWARD
      Decrement by the adjustments page increment.
      See Also:
    • HOME

      static final int HOME
      Go to the adjustments lower bound.
      See Also:
    • END

      static final int END
      Go to the adjustments upper bound.
      See Also:
    • USER_DEFINED

      static final int USER_DEFINED
      Change by a specified amount.
      See Also: