Package org.jdesktop.swingx.renderer


package org.jdesktop.swingx.renderer
Contains implementation of renderers used by JXTable, JXTreeTable and related classes.
  • Class
    Description
    Convenience common ancestor for SwingX renderers.
    A simple converter to return a Boolean value from an Object.
    Encapsulates a snapshop of cell content and default display context for usage by a ComponentProvider.
    A component provider which uses a JCheckBox.
    Abstract base class of a provider for a cell rendering component.
    Adapter to glue SwingX renderer support to core API.
    Adapter to glue SwingX renderer support to core api.
    Adapter to glue SwingX renderer support to core api which implements TreeCellRenderer
    Encapsulates the default visual configuration of renderering components, respecting the state of the passed-in CellContext.
    Base type for Format-backed StringValue.
    Renderer for hyperlinks".
    Interface for tagging rendering components to allow Highlighters to treat the Icon (Issue #1311-swingx) as a visual decoration.
    A simple converter to return an Icon representation of an Object.
    The cell type the icon is used for.
    A collection of common IconValue implementations.
    A JCheckBox optimized for usage in renderers and with a minimal background painter support.
    A JLabel optimized for usage in renderers and with a minimal background painter support.
    An implementation of JPanel used for rendering.
    A JXHyperlink optimized for usage in renderers and with a minimal background painter support.
    A component provider which uses a JLabel as rendering component.
    List specific CellContext.
    A StringValue which looks up localized String representations for objects.
    Compound implementation of XXValue.
    A collection of common MappedValue implementations.
    MappedValue wrapper of type UIResource to tag LAF installed converters.
    Temporary hook to allow painters in rendering.
    A simple converter to return a String representation of an object.
    A collection of common StringValue implementations.
    StringValue wrapper of type UIResource to tag LAF installed converters.
    Table specific CellContext.
    Tree specific CellContext.
    Compound component for usage in tree renderer.
    Wrapping ComponentProvider for usage in tree rendering.