Package org.jdesktop.swingx.multislider
Class Thumb<E>
- java.lang.Object
-
- org.jdesktop.swingx.multislider.Thumb<E>
-
public class Thumb<E> extends java.lang.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 EgetObject()floatgetPosition()voidsetObject(E object)voidsetPosition(float position)
-
-
-
Constructor Detail
-
Thumb
public Thumb(MultiThumbModel<E> model)
Creates a new instance of Thumb
-
-