Class PlusMinusSlider

  • All Implemented Interfaces:
    Styleable, EventTarget, Skinnable

    public class PlusMinusSlider
    extends Control
    A plus minus slider allows the user to continously fire an event carrying a value between -1 and +1 by moving a thumb from its center position to the left or right (or top and bottom) edge of the control. The thumb will automatically center itself again on the zero position when the user lets go of the mouse button. Scrolling through a large list of items at different speeds is one possible use case for a control like this.
    Screenshot of PlusMinusSlider