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.
Provides basic implementation of pluggable look-and-feel for SwingX components together with a
mechanism to support custom component look-and-feels.
-
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.protected booleanAlignmentHighlighter.canHighlight(Component component, ComponentAdapter adapter) Subclasses may override to further limit the highlighting based on Highlighter state, f.i.protected booleanBorderHighlighter.canHighlight(Component component, ComponentAdapter adapter) Subclasses may override to further limit the highlighting based on Highlighter state, f.i.protected booleanFontHighlighter.canHighlight(Component component, ComponentAdapter adapter) Subclasses may override to further limit the highlighting based on Highlighter state, f.i.protected booleanIconHighlighter.canHighlight(Component component, ComponentAdapter adapter) Subclasses may override to further limit the highlighting based on Highlighter state, f.i.protected booleanPainterHighlighter.canHighlight(Component component, ComponentAdapter adapter) Subclasses may override to further limit the highlighting based on Highlighter state, f.i.protected booleanToolTipHighlighter.canHighlight(Component component, ComponentAdapter adapter) Subclasses may override to further limit the highlighting based on Highlighter state, f.i.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) 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.private booleanPatternPredicate.isHighlightCandidate(ComponentAdapter adapter) A quick pre-check.private booleanSearchPredicate.isHighlightCandidate(Component renderer, ComponentAdapter adapter) A quick pre-check.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) 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) booleanSearchPredicate.isHighlighted(Component renderer, ComponentAdapter adapter) Returns a boolean to indicate whether the component should be highlighted.private booleanPatternPredicate.test(ComponentAdapter adapter) Test the value.private booleanSearchPredicate.test(Component renderer, ComponentAdapter adapter) Test the value.private booleanPatternPredicate.testColumn(ComponentAdapter adapter, int testColumn) -
Uses of ComponentAdapter in org.jdesktop.swingx.plaf.basic
Subclasses of ComponentAdapter in org.jdesktop.swingx.plaf.basicModifier and TypeClassDescription(package private) classComponentAdapter for a JXMonthView (experimental for internal use of BasicMonthViewUI).