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
protected  Object WrappingProvider.adjustContextValue(CellContext context)
          Replace the context's value with the userobject if the value is a type supporting the notion of userObject and this provider's unwrapUserObject property is true.
protected  void DefaultVisuals.configureBorder(T renderingComponent, CellContext context)
          Configures the rendering component's border from the given cell context.
protected  void DefaultVisuals.configureColors(T renderingComponent, CellContext context)
          Configures colors of rendering component from the given cell context.
protected  void ComponentProvider.configureContent(CellContext context)
          Configures the renderering component's content and state from the given cell context.
protected  void DefaultVisuals.configureFocusColors(T renderingComponent, CellContext context)
          Configures focus-related colors form given cell context.
protected  void DefaultVisuals.configurePainter(T renderingComponent, CellContext context)
          Configures the default Painter if applicable.
protected  void DefaultVisuals.configureSizes(T renderingComponent, CellContext context)
          Configures min-, max, preferredSize properties of the renderingComponent.
protected  void WrappingProvider.configureState(CellContext context)
           
protected  void LabelProvider.configureState(CellContext context)
          Configures the renderering component's state from the given cell context.
protected  void HyperlinkProvider.configureState(CellContext context)
          Configures the renderering component's state from the given cell context.
protected  void CheckBoxProvider.configureState(CellContext context)
          Configures the renderering component's state from the given cell context.
protected abstract  void ComponentProvider.configureState(CellContext context)
          Configures the renderering component's state from the given cell context.
protected  void DefaultVisuals.configureState(T renderingComponent, CellContext context)
          Configure "divers" visual state of the rendering component from the given cell context.
protected  void ComponentProvider.configureVisuals(CellContext context)
          Configures the rendering component's default visuals frome the given cell context.
 void DefaultVisuals.configureVisuals(T renderingComponent, CellContext context)
          Configures all default visual state of the rendering component from the given cell context.
protected  void WrappingProvider.format(CellContext context)
          Formats the renderering component's content from the given cell context.
protected  void LabelProvider.format(CellContext context)
          Formats the renderering component's content from the given cell context.
protected  void HyperlinkProvider.format(CellContext context)
          Formats the renderering component's content from the given cell context.
protected  void CheckBoxProvider.format(CellContext context)
          Formats the renderering component's content from the given cell context.
protected abstract  void ComponentProvider.format(CellContext context)
          Formats the renderering component's content from the given cell context.
protected  Color DefaultVisuals.getBackground(CellContext context)
          Returns the unselected background to use for the rendering component.
protected  Color DefaultVisuals.getForeground(CellContext context)
          Returns the unselected foreground to use for the rendering component.
 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.
protected  boolean CheckBoxProvider.getValueAsBoolean(CellContext context)
          Returns a boolean representation of the content.
protected  Icon WrappingProvider.getValueAsIcon(CellContext context)
          Returns a Icon representation of the content.
protected  Icon ComponentProvider.getValueAsIcon(CellContext context)
          Returns a Icon representation of the content.
protected  String ComponentProvider.getValueAsString(CellContext context)
          Returns a String representation of the content.
protected  void WrappingProvider.restoreContextValue(CellContext context, Object oldValue)
          Restores the context value to the old value.