Uses of Package
org.jdesktop.swingx.renderer

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

Classes in org.jdesktop.swingx.renderer used by org.jdesktop.swingx.renderer
AbstractRenderer
          Convience common ancestor for SwingX renderers.
BooleanValue
          A simple converter to return a Boolean value from an Object.
CellContext
          Encapsulates a snapshop of cell content and default display context for usage by a ComponentProvider.
ComponentProvider
          Abstract base class of a provider for a cell rendering component.
DefaultVisuals
          Encapsulates the default visual configuration of renderering components, respecting the state of the passed-in CellContext.
FormatStringValue
          Base type for Format-backed StringValue.
IconValue
          A simple converter to return a Icon representation of an Object.
IconValue.IconType
          The cell type the icon is used for.
ListCellContext
          List specific CellContext.
PainterAware
          Temporary hook to allow painters in rendering.
StringValue
          A simple converter to return a String representation of an object.
WrappingIconPanel
          Compound component for usage in tree renderer.