Class AbstractMultiSlider.LabelPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.djutils.swing.multislider.AbstractMultiSlider.LabelPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Enclosing class:
AbstractMultiSlider<T>

protected static class AbstractMultiSlider.LabelPanel extends JPanel
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.
See Also:
  • Constructor Details

    • LabelPanel

      public LabelPanel(AbstractMultiSlider<?> multiSlider)
      Default constructor.
      Parameters:
      multiSlider - the multislider for which this is the LabelPanel.
  • Method Details