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

Packages that use CellContext
org.jdesktop.swingx.renderer   
 

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.
 

Fields in org.jdesktop.swingx.renderer declared as CellContext
protected  CellContext<JList> DefaultListRenderer.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 it's a treenode.
protected  void TreeLabelProvider.configureBorder(CellContext context)
          Deprecated.  
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 TreeLabelProvider.configureIcon(CellContext context)
          Deprecated.  
protected  void DefaultVisuals.configurePainter(T renderingComponent, CellContext context)
          Configures the default Painter if applicable.
protected  void WrappingProvider.configureState(CellContext context)
           
protected  void TreeLabelProvider.configureState(CellContext context)
          Deprecated. Configures the renderering component's state from the given cell context. Here: sets the Label's horizontal alignment to the alignment as configured in the controller.
protected  void LabelProvider.configureState(CellContext context)
          Configures the renderering component's state from the given cell context. Here: sets the Label's horizontal alignment to the alignment as configured in the controller.
protected  void HyperlinkProvider.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 ButtonProvider.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)
           
protected  void LabelProvider.format(CellContext context)
          Formats the renderering component's content from the given cell context. Here: sets the labels text and icon property depending on the type of the context's value.
protected  void HyperlinkProvider.format(CellContext context)
          Formats the renderering component's content from the given cell context. Overridden to set the LinkAction's target to the context's value, if targetable.
protected abstract  void ComponentProvider.format(CellContext context)
          Formats the renderering component's content from the given cell context.
protected  void ButtonProvider.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.
protected  Icon TreeLabelProvider.getIcon(CellContext context)
          Deprecated. Returns the icon to use for rendering the current tree node.
 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.
 String ComponentProvider.getStringValue(CellContext context)
          Returns a string representation of the content.
protected  void WrappingProvider.restoreContextValue(CellContext context, Object oldValue)