public class DefaultMultiThumbModel<E> extends AbstractMultiThumbModel<E>
| Modifier and Type | Field and Description |
|---|---|
protected List<Thumb<E>> |
thumbs |
maximumValue, minimumValue, thumbDataListeners| Constructor and Description |
|---|
DefaultMultiThumbModel()
Creates a new instance of DefaultMultiThumbModel
|
| Modifier and Type | Method and Description |
|---|---|
int |
addThumb(float value,
E obj) |
List<Thumb<E>> |
getSortedThumbs() |
Thumb<E> |
getThumbAt(int index) |
int |
getThumbCount() |
int |
getThumbIndex(Thumb<E> thumb) |
void |
insertThumb(float value,
E obj,
int index) |
Iterator<Thumb<E>> |
iterator() |
void |
removeThumb(int index) |
addThumbDataListener, fireThumbPositionChanged, fireThumbValueChanged, getMaximumValue, getMinimumValue, removeThumbDataListener, setMaximumValue, setMinimumValue, thumbPositionChanged, thumbValueChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic DefaultMultiThumbModel()
Copyright © 2017. All Rights Reserved.