|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Highlighter | |
---|---|
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 Highlighter in org.jdesktop.swingx.decorator |
---|
Subclasses of Highlighter in org.jdesktop.swingx.decorator | |
---|---|
class |
AlternateRowHighlighter
AlternateRowHighlighter prepares a cell renderer to use different background colors for alternating rows in a data view. |
static class |
AlternateRowHighlighter.UIAlternateRowHighlighter
|
class |
ConditionalHighlighter
ConditionalHighlighter |
class |
HierarchicalColumnHighlighter
HierarchicalColumnHighlighter |
class |
PatternHighlighter
PatternHighlighter |
class |
RolloverHighlighter
|
class |
SearchHighlighter
Convenience Highlighter to test and highlight cells in searching. |
Fields in org.jdesktop.swingx.decorator declared as Highlighter | |
---|---|
static Highlighter |
AlternateRowHighlighter.beige
|
static Highlighter |
AlternateRowHighlighter.classicLinePrinter
|
static Highlighter |
AlternateRowHighlighter.floralWhite
|
static Highlighter |
Highlighter.ledgerBackground
Predefined Highlighter that highlights the background of
each cell with a pastel green "ledger" background color, and is most
effective when the ComponentAdapter.target component has
horizontal gridlines in Color.cyan.darker() color. |
static Highlighter |
AlternateRowHighlighter.linePrinter
|
static Highlighter |
Highlighter.notePadBackground
Predefined Highlighter that decorates the background of
each cell with a pastel yellow "notepad" background color, and is most
effective when the ComponentAdapter.target component has
horizontal gridlines in Color.cyan.darker() color. |
static Highlighter |
AlternateRowHighlighter.quickSilver
|
Fields in org.jdesktop.swingx.decorator with type parameters of type Highlighter | |
---|---|
protected java.util.List<Highlighter> |
HighlighterPipeline.highlighters
|
Methods in org.jdesktop.swingx.decorator that return Highlighter | |
---|---|
Highlighter[] |
HighlighterPipeline.getHighlighters()
|
Methods in org.jdesktop.swingx.decorator with parameters of type Highlighter | |
---|---|
void |
HighlighterPipeline.addHighlighter(Highlighter hl)
Appends a highlighter to the pipeline. |
void |
HighlighterPipeline.addHighlighter(Highlighter hl,
boolean prepend)
Adds a highlighter to the pipeline. |
void |
HighlighterPipeline.removeHighlighter(Highlighter hl)
Removes a highlighter from the pipeline. |
Constructors in org.jdesktop.swingx.decorator with parameters of type Highlighter | |
---|---|
HighlighterPipeline(Highlighter[] inList)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |