|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentAdapter | |
---|---|
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.decorator |
---|
Methods in org.jdesktop.swingx.decorator with parameters of type ComponentAdapter | |
---|---|
void |
FilterPipeline.assign(ComponentAdapter adapter)
Assigns a ComponentAdapter to this
pipeline if no adapter has previously been assigned to the pipeline. |
java.awt.Component |
ResetDTCRColorHighlighter.highlight(java.awt.Component renderer,
ComponentAdapter adapter)
applies the memory hack for renderers of type DefaultTableCellRenderer, does nothing for other types. |
java.awt.Component |
PainterHighlighter.highlight(java.awt.Component component,
ComponentAdapter adapter)
Decorates the specified component for the given component adapter. |
java.awt.Component |
Highlighter.highlight(java.awt.Component renderer,
ComponentAdapter adapter)
Decorates the specified component for the given component adapter. |
java.awt.Component |
AbstractHighlighter.highlight(java.awt.Component component,
ComponentAdapter adapter)
Decorates the specified component for the given component adapter. |
boolean |
SearchPredicate.isHighlighted(java.awt.Component renderer,
ComponentAdapter adapter)
Returns a boolean to indicate whether the component should be highlighted. |
boolean |
PatternPredicate.isHighlighted(java.awt.Component renderer,
ComponentAdapter adapter)
|
boolean |
HighlightPredicate.isHighlighted(java.awt.Component renderer,
ComponentAdapter adapter)
Returns a boolean to indicate whether the component should be highlighted. |
boolean |
HighlightPredicate.NotHighlightPredicate.isHighlighted(java.awt.Component renderer,
ComponentAdapter adapter)
Returns a boolean to indicate whether the component should be highlighted. |
boolean |
HighlightPredicate.AndHighlightPredicate.isHighlighted(java.awt.Component renderer,
ComponentAdapter adapter)
Returns a boolean to indicate whether the component should be highlighted. |
boolean |
HighlightPredicate.OrHighlightPredicate.isHighlighted(java.awt.Component renderer,
ComponentAdapter adapter)
Returns a boolean to indicate whether the component should be highlighted. |
boolean |
HighlightPredicate.RowGroupHighlightPredicate.isHighlighted(java.awt.Component renderer,
ComponentAdapter adapter)
Returns a boolean to indicate whether the component should be highlighted. |
boolean |
HighlightPredicate.ColumnHighlightPredicate.isHighlighted(java.awt.Component renderer,
ComponentAdapter adapter)
Returns a boolean to indicate whether the component should be highlighted. |
boolean |
HighlightPredicate.IdentifierHighlightPredicate.isHighlighted(java.awt.Component renderer,
ComponentAdapter adapter)
Returns a boolean to indicate whether the component should be highlighted. |
boolean |
HighlightPredicate.DepthHighlightPredicate.isHighlighted(java.awt.Component renderer,
ComponentAdapter adapter)
Returns a boolean to indicate whether the component should be highlighted. |
boolean |
HighlightPredicate.EqualsHighlightPredicate.isHighlighted(java.awt.Component renderer,
ComponentAdapter adapter)
|
boolean |
HighlightPredicate.TypeHighlightPredicate.isHighlighted(java.awt.Component renderer,
ComponentAdapter adapter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |