Uses of Class
org.jdesktop.swingx.decorator.ComponentAdapter
Packages that use ComponentAdapter
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
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.swingxModifier and TypeClassDescriptionprotected static class
protected static class
A component adapter targeted at a JXList.protected static class
protected static class
protected static class
Fields in org.jdesktop.swingx declared as ComponentAdapterModifier and TypeFieldDescriptionprotected ComponentAdapter
JXList.dataAdapter
The ComponentAdapter for model data access.protected ComponentAdapter
JXTable.dataAdapter
The ComponentAdapter for model data access.protected ComponentAdapter
JXTree.dataAdapter
Methods in org.jdesktop.swingx that return ComponentAdapterModifier and TypeMethodDescriptionprotected ComponentAdapter
JXComboBox.getComponentAdapter()
protected ComponentAdapter
JXComboBox.getComponentAdapter
(int index) Convenience to access a configured ComponentAdapter.protected ComponentAdapter
JXList.getComponentAdapter()
protected ComponentAdapter
JXList.getComponentAdapter
(int index) Convenience to access a configured ComponentAdapter.protected ComponentAdapter
JXTable.getComponentAdapter()
protected ComponentAdapter
JXTable.getComponentAdapter
(int row, int column) Convenience to access a configured ComponentAdapter.protected ComponentAdapter
JXTree.getComponentAdapter()
protected ComponentAdapter
JXTree.getComponentAdapter
(int index) Convenience to access a configured ComponentAdapter.protected ComponentAdapter
JXTreeTable.getComponentAdapter()
Returns the adapter that knows how to access the component data model.Methods in org.jdesktop.swingx with parameters of type ComponentAdapterModifier and TypeMethodDescriptionprotected 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
Methods in org.jdesktop.swingx.decorator with parameters of type ComponentAdapterModifier and TypeMethodDescriptionprotected void
ColorHighlighter.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
ShadingColorHighlighter.applyBackground
(Component renderer, ComponentAdapter adapter) Applies a suitable background for the renderer component within the specified adapter.protected void
ColorHighlighter.applyForeground
(Component renderer, ComponentAdapter adapter) Applies a suitable foreground for the renderer component within the specified adapter.protected void
ResetDTCRColorHighlighter.applyForeground
(Component renderer, ComponentAdapter adapter) protected boolean
AbstractHighlighter.canHighlight
(Component component, ComponentAdapter adapter) Subclasses may override to further limit the highlighting based on Highlighter state, f.i. a PainterHighlighter can only be applied to PainterAware components.protected boolean
AlignmentHighlighter.canHighlight
(Component component, ComponentAdapter adapter) Subclasses may override to further limit the highlighting based on Highlighter state, f.i. a PainterHighlighter can only be applied to PainterAware components.protected boolean
BorderHighlighter.canHighlight
(Component component, ComponentAdapter adapter) Subclasses may override to further limit the highlighting based on Highlighter state, f.i. a PainterHighlighter can only be applied to PainterAware components.protected boolean
FontHighlighter.canHighlight
(Component component, ComponentAdapter adapter) Subclasses may override to further limit the highlighting based on Highlighter state, f.i. a PainterHighlighter can only be applied to PainterAware components.protected boolean
IconHighlighter.canHighlight
(Component component, ComponentAdapter adapter) Subclasses may override to further limit the highlighting based on Highlighter state, f.i. a PainterHighlighter can only be applied to PainterAware components.protected boolean
PainterHighlighter.canHighlight
(Component component, ComponentAdapter adapter) Subclasses may override to further limit the highlighting based on Highlighter state, f.i. a PainterHighlighter can only be applied to PainterAware components.protected boolean
ToolTipHighlighter.canHighlight
(Component component, ComponentAdapter adapter) Subclasses may override to further limit the highlighting based on Highlighter state, f.i. a PainterHighlighter can only be applied to PainterAware components.protected abstract Component
AbstractHighlighter.doHighlight
(Component component, ComponentAdapter adapter) Apply the highlights.protected Component
AlignmentHighlighter.doHighlight
(Component renderer, ComponentAdapter adapter) Apply the highlights.protected Component
BorderHighlighter.doHighlight
(Component renderer, ComponentAdapter adapter) Apply the highlights.protected Component
ColorHighlighter.doHighlight
(Component renderer, ComponentAdapter adapter) Apply the highlights.protected Component
ComponentOrientationHighlighter.doHighlight
(Component component, ComponentAdapter adapter) Apply the highlights.protected Component
CompoundHighlighter.doHighlight
(Component stamp, ComponentAdapter adapter) Apply the highlights.protected Component
EnabledHighlighter.doHighlight
(Component renderer, ComponentAdapter adapter) Apply the highlights.protected Component
FontHighlighter.doHighlight
(Component component, ComponentAdapter adapter) Apply the highlights.protected Component
IconHighlighter.doHighlight
(Component component, ComponentAdapter adapter) Apply the highlights.protected Component
PainterHighlighter.doHighlight
(Component component, ComponentAdapter adapter) Apply the highlights.protected Component
ToolTipHighlighter.doHighlight
(Component component, ComponentAdapter adapter) Apply the highlights.AbstractHighlighter.highlight
(Component component, ComponentAdapter adapter) Decorates the specified component for the given component adapter.Highlighter.highlight
(Component renderer, ComponentAdapter adapter) Decorates the specified component for the given component adapter.PainterHighlighter.highlight
(Component component, ComponentAdapter adapter) Decorates the specified component for the given component adapter.ResetDTCRColorHighlighter.highlight
(Component renderer, ComponentAdapter adapter) applies the memory hack for renderers of type DefaultTableCellRenderer, does nothing for other types.boolean
HighlightPredicate.AndHighlightPredicate.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.ColumnTypeHighlightPredicate.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) 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.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.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.TypeHighlightPredicate.isHighlighted
(Component renderer, ComponentAdapter adapter) Returns a boolean to indicate whether the component should be highlighted.boolean
PatternPredicate.isHighlighted
(Component renderer, ComponentAdapter adapter) Returns a boolean to indicate whether the component should be highlighted.boolean
SearchPredicate.isHighlighted
(Component renderer, ComponentAdapter adapter) Returns a boolean to indicate whether the component should be highlighted.