Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Nebula RangeSlider

< Back to Nebula Main Page

Introduction

RangeSlider.png

The Range Slider is a con­t­rol that lets you input two values, typically an upper and a lower bound. Normal sliders just lets you input one value.

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

Back to the top