Package org.djutils.swing.multislider
package org.djutils.swing.multislider
A multislider is a slider with multiple thumbs.
 
Copyright (c) 2024-2025 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djutils.org. The DJUTILS project is distributed under a three-clause BSD-style license, which can be found at https://djutils.org/docs/license.html.
- Author:
 - Alexander Verbraeck
 
- 
ClassDescriptionThe
AbstractMultiSliderforms the base of implementing a slider with multiple thumbs.The DispatcherPane class, which is a glass pane sitting on top of the sliders to dispatch the mouse event to the correct slider class.The FinalValueChangeListener sends a final value to the listeners after mouse-up, leave focus, setValue(...), and setInitialValues().The LabelPanel is draw above a horizontal slider or left of a vertical slider and displays labels for the thumbs of the slider, so one can see which one is which.CategorialMultiSlider implements a slider with multiple thumbs and categorial values.LinearMultiSlider implements a slider with multiple thumbs and liner values based on the class Number.MultiSlider implements a slider with multiple thumbs.