Uses of Interface
org.jdesktop.swingx.renderer.PainterAware

Packages that use PainterAware
org.jdesktop.swingx.renderer Contains implementation of renderers used by JXTable, JXTreeTable and related classes. 
 

Uses of PainterAware in org.jdesktop.swingx.renderer
 

Classes in org.jdesktop.swingx.renderer that implement PainterAware
 class JRendererCheckBox
          A JCheckBox optimized for usage in renderers and with a minimal background painter support.
 class JRendererLabel
          A JLabel optimized for usage in renderers and with a minimal background painter support.
 class JXRendererHyperlink
          A JXHyperlink optimized for usage in renderers and with a minimal background painter support.
 class WrappingIconPanel
          Compound component for usage in tree renderer.