|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HighlightPredicate | |
---|---|
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 HighlightPredicate in org.jdesktop.swingx.decorator |
---|
Classes in org.jdesktop.swingx.decorator that implement HighlightPredicate | |
---|---|
static class |
HighlightPredicate.AndHighlightPredicate
Ands a list of predicates. |
static class |
HighlightPredicate.ColumnHighlightPredicate
A HighlightPredicate based on column index. |
static class |
HighlightPredicate.DepthHighlightPredicate
A HighlightPredicate based on adapter depth. |
static class |
HighlightPredicate.EqualsHighlightPredicate
Predicate testing the componentAdapter value against a fixed Object. |
static class |
HighlightPredicate.NotHighlightPredicate
Negation of a HighlightPredicate. |
static class |
HighlightPredicate.OrHighlightPredicate
Or's a list of predicates. |
static class |
HighlightPredicate.RowGroupHighlightPredicate
|
class |
PatternPredicate
Pattern based HighlightPredicate. |
class |
SearchPredicate
Pattern based HighlightPredicate for searching. |
Fields in org.jdesktop.swingx.decorator declared as HighlightPredicate | |
---|---|
static HighlightPredicate |
HighlightPredicate.ALWAYS
Unconditional true. |
static HighlightPredicate |
HighlightPredicate.EDITABLE
Is editable. |
static HighlightPredicate |
HighlightPredicate.EVEN
Even rows. |
static HighlightPredicate |
HighlightPredicate.NEVER
Unconditional false. |
static HighlightPredicate |
HighlightPredicate.ODD
Odd rows. |
static HighlightPredicate |
HighlightPredicate.ROLLOVER_ROW
Rollover Row. |
Methods in org.jdesktop.swingx.decorator that return HighlightPredicate | |
---|---|
HighlightPredicate |
AbstractHighlighter.getHighlightPredicate()
Returns the HighlightPredicate used to decide whether a cell should be highlighted. |
Methods in org.jdesktop.swingx.decorator with parameters of type HighlightPredicate | |
---|---|
void |
AbstractHighlighter.setHighlightPredicate(HighlightPredicate predicate)
Set the HighlightPredicate used to decide whether a cell should be highlighted. |
Constructors in org.jdesktop.swingx.decorator with parameters of type HighlightPredicate | |
---|---|
AbstractHighlighter(HighlightPredicate predicate)
Instantiates a Highlighter with the given HighlightPredicate. |
|
ColorHighlighter(Color cellBackground,
Color cellForeground,
Color selectedBackground,
Color selectedForeground,
HighlightPredicate predicate)
Constructs a Highlighter with the specified
background and foreground colors with mutability depending on
given flag. |
|
ColorHighlighter(Color cellBackground,
Color cellForeground,
HighlightPredicate predicate)
Constructs a mutable Highlighter with the specified
unselected
background/foreground colors and HighlightPredicate. |
|
HighlighterFactory.UIColorHighlighter(HighlightPredicate odd)
Instantiates a ColorHighlighter with LF provided unselected background and the given predicate. |
|
HighlightPredicate.AndHighlightPredicate(HighlightPredicate... predicate)
Instantiates a predicate which ands all given predicates. |
|
HighlightPredicate.NotHighlightPredicate(HighlightPredicate predicate)
Instantiates a not against the given predicate. |
|
HighlightPredicate.OrHighlightPredicate(HighlightPredicate... predicate)
Instantiates a predicate which ORs all given predicates. |
|
PainterHighlighter(Painter painter,
HighlightPredicate predicate)
Instantiates a PainterHighlighter with the given painter and predicate. |
|
ShadingColorHighlighter(HighlightPredicate predicate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |