Uses of Interface
org.jdesktop.swingx.multislider.ThumbRenderer

Packages that use ThumbRenderer
org.jdesktop.swingx Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications. 
org.jdesktop.swingx.color Contains classes and interfaces used by the JXGradientChooser component. 
 

Uses of ThumbRenderer in org.jdesktop.swingx
 

Methods in org.jdesktop.swingx that return ThumbRenderer
 ThumbRenderer JXMultiThumbSlider.getThumbRenderer()
           
 

Methods in org.jdesktop.swingx with parameters of type ThumbRenderer
 void JXMultiThumbSlider.setThumbRenderer(ThumbRenderer thumbRenderer)
           
 

Uses of ThumbRenderer in org.jdesktop.swingx.color
 

Classes in org.jdesktop.swingx.color that implement ThumbRenderer
 class GradientThumbRenderer