Package | Description |
---|---|
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.
|
org.jdesktop.swingx.search |
Modifier and Type | Class | Description |
---|---|---|
class |
AlignmentHighlighter |
A Highlighter which sets the horizontal alignment.
|
class |
BorderHighlighter |
A Highlighter that applies a border the the renderer component.
|
class |
ColorHighlighter |
A Highlighter to modify component colors.
|
class |
CompoundHighlighter |
A class which manages the lists of
Highlighter s. |
class |
EnabledHighlighter |
A Highlighter which sets the enabled property.
|
class |
FontHighlighter |
A Highlighter which sets the Font of the component.
|
static class |
HighlighterFactory.UIColorHighlighter |
A ColorHighlighter with UI-dependent background.
|
class |
IconHighlighter |
Highlighter which decorates by setting the icon property of a JLabel.
|
class |
PainterHighlighter |
Highlighter implementation which uses a Painter to decorate the component.
|
class |
ResetDTCRColorHighlighter |
This is a hack around DefaultTableCellRenderer color "memory",
see Issue #258-swingx.
|
class |
ShadingColorHighlighter |
Experimental replacement of HierarchicalColumnHighligher.
|
class |
ToolTipHighlighter |
A highlighter for setting a tool tip on the component.
|
Modifier and Type | Method | Description |
---|---|---|
protected AbstractHighlighter |
AbstractSearchable.createMatchHighlighter() |
Creates and returns the Highlighter used as match marker.
|
protected AbstractHighlighter |
AbstractSearchable.getConfiguredMatchHighlighter() |
Configures and returns the match highlighter for the current match.
|
protected AbstractHighlighter |
AbstractSearchable.getMatchHighlighter() |
Returns the Hihglighter to use as match marker, lazyly created if null.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractSearchable.setMatchHighlighter(AbstractHighlighter hl) |
Sets the AbstractHighlighter to use as match marker, if enabled.
|
Copyright © 2018. All rights reserved.