org.jdesktop.swingx.multislider
Class Thumb<E>

java.lang.Object
  extended by org.jdesktop.swingx.multislider.Thumb<E>

public class Thumb<E>
extends Object


Constructor Summary
Thumb(MultiThumbModel<E> model)
          Creates a new instance of Thumb
 
Method Summary
 E getObject()
           
 float getPosition()
           
 void setObject(E object)
           
 void setPosition(float position)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Thumb

public Thumb(MultiThumbModel<E> model)
Creates a new instance of Thumb

Method Detail

getPosition

public float getPosition()

setPosition

public void setPosition(float position)

getObject

public E getObject()

setObject

public void setObject(E object)