Package org.jdesktop.swingx.multislider
Class Thumb<E>
- java.lang.Object
-
- org.jdesktop.swingx.multislider.Thumb<E>
-
public class Thumb<E> extends Object
- Author:
- jm158417
-
-
Constructor Summary
Constructors Constructor Description Thumb(MultiThumbModel<E> model)
Creates a new instance of Thumb
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description E
getObject()
float
getPosition()
void
setObject(E object)
void
setPosition(float position)
-
-
-
Constructor Detail
-
Thumb
public Thumb(MultiThumbModel<E> model)
Creates a new instance of Thumb
-
-