Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
Nebula RangeSlider
Introduction
The Range Slider is a control that lets you input two values, typically an upper and a lower bound. Normal sliders just lets you input one value.
Contents
Usage
Because the look and feel is very close to the Scale
widget, I've decided to copy the same methods.
The only difference concerns the "selection" getters and setters, because there are 2 values.
Example
An example called RangeSliderSnippet.java is located in the plugin org.eclipse.nebula.widgets.opal.rangeslider.snippets.
This example is also available here : RangeSliderSnippet.java