Package org.jdesktop.swingx.multislider
Class DefaultMultiThumbModel<E>
java.lang.Object
org.jdesktop.swingx.multislider.AbstractMultiThumbModel<E>
org.jdesktop.swingx.multislider.DefaultMultiThumbModel<E>
- All Implemented Interfaces:
Iterable<Thumb<E>>
,MultiThumbModel<E>
-
Field Summary
FieldsFields inherited from class org.jdesktop.swingx.multislider.AbstractMultiThumbModel
maximumValue, minimumValue, thumbDataListeners
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getThumbAt
(int index) int
int
getThumbIndex
(Thumb<E> thumb) void
insertThumb
(float value, E obj, int index) iterator()
void
removeThumb
(int index) Methods inherited from class org.jdesktop.swingx.multislider.AbstractMultiThumbModel
addThumbDataListener, fireThumbPositionChanged, fireThumbValueChanged, getMaximumValue, getMinimumValue, removeThumbDataListener, setMaximumValue, setMinimumValue, thumbPositionChanged, thumbValueChanged
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
thumbs
-
-
Constructor Details
-
DefaultMultiThumbModel
public DefaultMultiThumbModel()Creates a new instance of DefaultMultiThumbModel
-
-
Method Details
-
addThumb
-
insertThumb
-
removeThumb
public void removeThumb(int index) -
getThumbCount
public int getThumbCount() -
getThumbAt
-
getSortedThumbs
-
iterator
-
getThumbIndex
-