Uses of Class
org.jdesktop.swingx.renderer.CellContext

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

Uses of CellContext in org.jdesktop.swingx.renderer
 

Subclasses of CellContext in org.jdesktop.swingx.renderer
 class ListCellContext
          List specific CellContext.
 class TableCellContext
          Table specific CellContext.
 class TreeCellContext
          Tree specific CellContext.
 

Methods in org.jdesktop.swingx.renderer with parameters of type CellContext
 void DefaultVisuals.configureVisuals(T renderingComponent, CellContext context)
          Configures all default visual state of the rendering component from the given cell context.
 WrappingIconPanel WrappingProvider.getRendererComponent(CellContext context)
          Configures and returns an appropriate component to render a cell in the given context.
 T ComponentProvider.getRendererComponent(CellContext context)
          Configures and returns an appropriate component to render a cell in the given context.