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 classprotected static classA component adapter targeted at a JXList.protected static classprotected static classprotected static classFields in org.jdesktop.swingx declared as ComponentAdapterModifier and TypeFieldDescriptionprotected ComponentAdapterJXList.dataAdapterThe ComponentAdapter for model data access.protected ComponentAdapterJXTable.dataAdapterThe ComponentAdapter for model data access.protected ComponentAdapterJXTree.dataAdapterMethods in org.jdesktop.swingx that return ComponentAdapterModifier and TypeMethodDescriptionprotected ComponentAdapterJXComboBox.getComponentAdapter()protected ComponentAdapterJXComboBox.getComponentAdapter(int index) Convenience to access a configured ComponentAdapter.protected ComponentAdapterJXList.getComponentAdapter()protected ComponentAdapterJXList.getComponentAdapter(int index) Convenience to access a configured ComponentAdapter.protected ComponentAdapterJXTable.getComponentAdapter()protected ComponentAdapterJXTable.getComponentAdapter(int row, int column) Convenience to access a configured ComponentAdapter.protected ComponentAdapterJXTree.getComponentAdapter()protected ComponentAdapterJXTree.getComponentAdapter(int index) Convenience to access a configured ComponentAdapter.protected ComponentAdapterJXTreeTable.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 ComponentJXTreeTable.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 voidColorHighlighter.applyBackground(Component renderer, ComponentAdapter adapter) Applies a suitable background for the renderer component within the specified adapter.protected voidResetDTCRColorHighlighter.applyBackground(Component renderer, ComponentAdapter adapter) protected voidShadingColorHighlighter.applyBackground(Component renderer, ComponentAdapter adapter) Applies a suitable background for the renderer component within the specified adapter.protected voidColorHighlighter.applyForeground(Component renderer, ComponentAdapter adapter) Applies a suitable foreground for the renderer component within the specified adapter.protected voidResetDTCRColorHighlighter.applyForeground(Component renderer, ComponentAdapter adapter) protected booleanAbstractHighlighter.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 booleanAlignmentHighlighter.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 booleanBorderHighlighter.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 booleanFontHighlighter.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 booleanIconHighlighter.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 booleanPainterHighlighter.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 booleanToolTipHighlighter.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 ComponentAbstractHighlighter.doHighlight(Component component, ComponentAdapter adapter) Apply the highlights.protected ComponentAlignmentHighlighter.doHighlight(Component renderer, ComponentAdapter adapter) Apply the highlights.protected ComponentBorderHighlighter.doHighlight(Component renderer, ComponentAdapter adapter) Apply the highlights.protected ComponentColorHighlighter.doHighlight(Component renderer, ComponentAdapter adapter) Apply the highlights.protected ComponentComponentOrientationHighlighter.doHighlight(Component component, ComponentAdapter adapter) Apply the highlights.protected ComponentCompoundHighlighter.doHighlight(Component stamp, ComponentAdapter adapter) Apply the highlights.protected ComponentEnabledHighlighter.doHighlight(Component renderer, ComponentAdapter adapter) Apply the highlights.protected ComponentFontHighlighter.doHighlight(Component component, ComponentAdapter adapter) Apply the highlights.protected ComponentIconHighlighter.doHighlight(Component component, ComponentAdapter adapter) Apply the highlights.protected ComponentPainterHighlighter.doHighlight(Component component, ComponentAdapter adapter) Apply the highlights.protected ComponentToolTipHighlighter.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.booleanHighlightPredicate.AndHighlightPredicate.isHighlighted(Component renderer, ComponentAdapter adapter) Returns a boolean to indicate whether the component should be highlighted.booleanHighlightPredicate.ColumnHighlightPredicate.isHighlighted(Component renderer, ComponentAdapter adapter) Returns a boolean to indicate whether the component should be highlighted.booleanHighlightPredicate.ColumnTypeHighlightPredicate.isHighlighted(Component renderer, ComponentAdapter adapter) Returns a boolean to indicate whether the component should be highlighted.booleanHighlightPredicate.DepthHighlightPredicate.isHighlighted(Component renderer, ComponentAdapter adapter) Returns a boolean to indicate whether the component should be highlighted.booleanHighlightPredicate.EqualsHighlightPredicate.isHighlighted(Component renderer, ComponentAdapter adapter) Returns a boolean to indicate whether the component should be highlighted.booleanHighlightPredicate.IdentifierHighlightPredicate.isHighlighted(Component renderer, ComponentAdapter adapter) Returns a boolean to indicate whether the component should be highlighted.booleanHighlightPredicate.isHighlighted(Component renderer, ComponentAdapter adapter) Returns a boolean to indicate whether the component should be highlighted.booleanHighlightPredicate.NotHighlightPredicate.isHighlighted(Component renderer, ComponentAdapter adapter) Returns a boolean to indicate whether the component should be highlighted.booleanHighlightPredicate.OrHighlightPredicate.isHighlighted(Component renderer, ComponentAdapter adapter) Returns a boolean to indicate whether the component should be highlighted.booleanHighlightPredicate.RowGroupHighlightPredicate.isHighlighted(Component renderer, ComponentAdapter adapter) Returns a boolean to indicate whether the component should be highlighted.booleanHighlightPredicate.TypeHighlightPredicate.isHighlighted(Component renderer, ComponentAdapter adapter) Returns a boolean to indicate whether the component should be highlighted.booleanPatternPredicate.isHighlighted(Component renderer, ComponentAdapter adapter) Returns a boolean to indicate whether the component should be highlighted.booleanSearchPredicate.isHighlighted(Component renderer, ComponentAdapter adapter) Returns a boolean to indicate whether the component should be highlighted.