Uses of Class
org.jdesktop.swingx.decorator.ComponentAdapter

Packages that use ComponentAdapter
org.jdesktop.swingx Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications. 
org.jdesktop.swingx.decorator Contains API used to implement coordinated sorting, filtering and highlighting of the extended Swing cell-rendering component classes JXTable, JXTreeTable, JXTree, and JXList. 
 

Uses of ComponentAdapter in org.jdesktop.swingx
 

Subclasses of ComponentAdapter in org.jdesktop.swingx
protected static class JXList.ListAdapter
          A component adapter targeted at a JXList.
protected static class JXTable.TableAdapter
           
protected static class JXTree.TreeAdapter
           
protected static class JXTreeTable.TreeTableDataAdapter
           
 

Fields in org.jdesktop.swingx declared as ComponentAdapter
protected  ComponentAdapter JXList.dataAdapter
          The ComponentAdapter for model data access.
protected  ComponentAdapter JXTree.dataAdapter
           
protected  ComponentAdapter JXTable.dataAdapter
          The ComponentAdapter for model data access.
 

Methods in org.jdesktop.swingx that return ComponentAdapter
protected  ComponentAdapter JXTreeTable.getComponentAdapter()
          Returns the adapter that knows how to access the component data model.
protected  ComponentAdapter JXList.getComponentAdapter()
           
protected  ComponentAdapter JXTree.getComponentAdapter()
           
protected  ComponentAdapter JXTable.getComponentAdapter()
           
protected  ComponentAdapter JXList.getComponentAdapter(int index)
          Convenience to access a configured ComponentAdapter.
protected  ComponentAdapter JXTree.getComponentAdapter(int index)
          Convenience to access a configured ComponentAdapter.
protected  ComponentAdapter JXTable.getComponentAdapter(int row, int column)
          Convenience to access a configured ComponentAdapter.
 

Methods in org.jdesktop.swingx with parameters of type ComponentAdapter
protected  Component JXTreeTable.applyRenderer(Component component, ComponentAdapter adapter)
          Performs configuration of the tree's renderer if the adapter's column is the hierarchical column, does nothing otherwise.
 

Uses of ComponentAdapter in org.jdesktop.swingx.decorator
 

Fields in org.jdesktop.swingx.decorator declared as ComponentAdapter
protected  ComponentAdapter Filter.adapter
           
 

Methods in org.jdesktop.swingx.decorator with parameters of type ComponentAdapter
protected  void ShadingColorHighlighter.applyBackground(Component renderer, ComponentAdapter adapter)
          Applies a suitable background for the renderer component within the specified adapter.
protected  void ResetDTCRColorHighlighter.applyBackground(Component renderer, ComponentAdapter adapter)
           
protected  void ColorHighlighter.applyBackground(Component renderer, ComponentAdapter adapter)
          Applies a suitable background for the renderer component within the specified adapter.
protected  void ResetDTCRColorHighlighter.applyForeground(Component renderer, ComponentAdapter adapter)
           
protected  void ColorHighlighter.applyForeground(Component renderer, ComponentAdapter adapter)
          Applies a suitable foreground for the renderer component within the specified adapter.
 void FilterPipeline.assign(ComponentAdapter adapter)
          Assigns a ComponentAdapter to this pipeline if no adapter has previously been assigned to the pipeline.
protected  void Filter.assign(ComponentAdapter adapter)
          Binds this filter to the specified ComponentAdapter.
protected  boolean PainterHighlighter.canHighlight(Component component, ComponentAdapter adapter)
          Subclasses may override to further limit the highlighting based on Highlighter state, f.i.
protected  boolean IconHighlighter.canHighlight(Component component, ComponentAdapter adapter)
          Subclasses may override to further limit the highlighting based on Highlighter state, f.i.
protected  boolean BorderHighlighter.canHighlight(Component component, ComponentAdapter adapter)
          Subclasses may override to further limit the highlighting based on Highlighter state, f.i.
protected  boolean AbstractHighlighter.canHighlight(Component component, ComponentAdapter adapter)
          Subclasses may override to further limit the highlighting based on Highlighter state, f.i.
protected  Component CompoundHighlighter.doHighlight(Component stamp, ComponentAdapter adapter)
          Apply the highlights.
protected  Component PainterHighlighter.doHighlight(Component component, ComponentAdapter adapter)
          Apply the highlights.
protected  Component IconHighlighter.doHighlight(Component component, ComponentAdapter adapter)
          Apply the highlights.
protected  Component ColorHighlighter.doHighlight(Component renderer, ComponentAdapter adapter)
          Apply the highlights.
protected  Component BorderHighlighter.doHighlight(Component renderer, ComponentAdapter adapter)
          Apply the highlights.
protected abstract  Component AbstractHighlighter.doHighlight(Component component, ComponentAdapter adapter)
          Apply the highlights.
 Component ResetDTCRColorHighlighter.highlight(Component renderer, ComponentAdapter adapter)
          applies the memory hack for renderers of type DefaultTableCellRenderer, does nothing for other types.
 Component PainterHighlighter.highlight(Component component, ComponentAdapter adapter)
          Decorates the specified component for the given component adapter.
 Component Highlighter.highlight(Component renderer, ComponentAdapter adapter)
          Decorates the specified component for the given component adapter.
 Component AbstractHighlighter.highlight(Component component, ComponentAdapter adapter)
          Decorates the specified component for the given component adapter.
 boolean SearchPredicate.isHighlighted(Component renderer, ComponentAdapter adapter)
          Returns a boolean to indicate whether the component should be highlighted.
 boolean PatternPredicate.isHighlighted(Component renderer, ComponentAdapter adapter)
           
 boolean HighlightPredicate.isHighlighted(Component renderer, ComponentAdapter adapter)
          Returns a boolean to indicate whether the component should be highlighted.
 boolean HighlightPredicate.NotHighlightPredicate.isHighlighted(Component renderer, ComponentAdapter adapter)
          Returns a boolean to indicate whether the component should be highlighted.
 boolean HighlightPredicate.AndHighlightPredicate.isHighlighted(Component renderer, ComponentAdapter adapter)
          Returns a boolean to indicate whether the component should be highlighted.
 boolean HighlightPredicate.OrHighlightPredicate.isHighlighted(Component renderer, ComponentAdapter adapter)
          Returns a boolean to indicate whether the component should be highlighted.
 boolean HighlightPredicate.RowGroupHighlightPredicate.isHighlighted(Component renderer, ComponentAdapter adapter)
          Returns a boolean to indicate whether the component should be highlighted.
 boolean HighlightPredicate.ColumnHighlightPredicate.isHighlighted(Component renderer, ComponentAdapter adapter)
          Returns a boolean to indicate whether the component should be highlighted.
 boolean HighlightPredicate.IdentifierHighlightPredicate.isHighlighted(Component renderer, ComponentAdapter adapter)
          Returns a boolean to indicate whether the component should be highlighted.
 boolean HighlightPredicate.DepthHighlightPredicate.isHighlighted(Component renderer, ComponentAdapter adapter)
          Returns a boolean to indicate whether the component should be highlighted.
 boolean HighlightPredicate.EqualsHighlightPredicate.isHighlighted(Component renderer, ComponentAdapter adapter)
           
 boolean HighlightPredicate.TypeHighlightPredicate.isHighlighted(Component renderer, ComponentAdapter adapter)