org.jdesktop.swingx.multislider
Class Thumb<E>
java.lang.Object
  
org.jdesktop.swingx.multislider.Thumb<E>
public class Thumb<E>
- extends Object
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Thumb
public Thumb(MultiThumbModel<E> model)
- Creates a new instance of Thumb
 
getPosition
public float getPosition()
 
setPosition
public void setPosition(float position)
 
getObject
public E getObject()
 
setObject
public void setObject(E object)