Class AbstractMultiThumbModel<E>

java.lang.Object
org.jdesktop.swingx.multislider.AbstractMultiThumbModel<E>
All Implemented Interfaces:
Iterable<Thumb<E>>, MultiThumbModel<E>
Direct Known Subclasses:
DefaultMultiThumbModel

public abstract class AbstractMultiThumbModel<E> extends Object implements MultiThumbModel<E>
Author:
jm158417 Joshua Marinacci joshy
  • Field Details

    • maximumValue

      protected float maximumValue
      maximum Value of the thumb
    • minimumValue

      protected float minimumValue
      minimum Value of the thumb
    • thumbDataListeners

      protected List<ThumbDataListener> thumbDataListeners
      the collection of thumb Data Listeners
  • Constructor Details

    • AbstractMultiThumbModel

      public AbstractMultiThumbModel()
      Creates a new instance of AbstractMultiThumbModel
  • Method Details