|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractHighlighter | |
---|---|
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 AbstractHighlighter in org.jdesktop.swingx |
---|
Methods in org.jdesktop.swingx that return AbstractHighlighter | |
---|---|
protected AbstractHighlighter |
JXTable.TableSearchable.createMatchHighlighter()
|
protected AbstractHighlighter |
JXTable.TableSearchable.getConfiguredMatchHighlighter()
|
protected AbstractHighlighter |
JXTable.TableSearchable.getMatchHighlighter()
|
Uses of AbstractHighlighter in org.jdesktop.swingx.decorator |
---|
Subclasses of AbstractHighlighter in org.jdesktop.swingx.decorator | |
---|---|
class |
AlternateRowHighlighter
Deprecated. use HighlighterFactory instead |
static class |
AlternateRowHighlighter.UIAlternateRowHighlighter
Deprecated. use HighlighterFactory.UIColorHighlighter |
class |
ColorHighlighter
TODO add type doc |
class |
CompoundHighlighter
A class which manages the lists of Highlighter s. |
class |
ConditionalHighlighter
Deprecated. use a AbstractHighlighter with HighlightPredicate instead |
class |
HierarchicalColumnHighlighter
Deprecated. use a ColorHighlighter with a ColumnHighlightPredicate. |
static class |
HighlighterFactory.UIColorHighlighter
A ColorHighlighter with UI-dependent background. |
class |
LegacyHighlighter
Deprecated. use ColorHighligher instead |
class |
PainterHighlighter
Highlighter implementation which uses Painter. |
class |
PatternHighlighter
Deprecated. use AbstractHighlighter with PatternPredicate |
class |
ResetDTCRColorHighlighter
This is a hack around DefaultTableCellRenderer color "memory", see Issue #258-swingx. |
class |
RolloverHighlighter
Deprecated. use AbstractHighlighter with HighlightPredicate.ROLLOVER_ROW |
class |
SearchHighlighter
Deprecated. use AbstractHighligther with SearchPredicate |
class |
ShadingColorHighlighter
Experimental replacement of HierarchicalColumnHighligher. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |