|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.swingx.multislider.Thumb<E>
public class Thumb<E>
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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Thumb(MultiThumbModel<E> model)
Method Detail |
---|
public float getPosition()
public void setPosition(float position)
public E getObject()
public void setObject(E object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |